Firefox Tomorrow

web api instance property

AudioData: timestamp property

View on MDN ↗

Available in workers

The timestamp read-only property of the AudioData interface returns the timestamp of this AudioData object.

Value

An integer.

Examples

The below example prints the value of timestamp to the console.

console.log(AudioData.timestamp);

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.