EncodedAudioChunk
The EncodedAudioChunk
interface of the WebCodecs API represents a chunk of encoded audio data.
Properties
Link copied to clipboard
The byteLength
read-only property of the EncodedAudioChunk interface returns the length in bytes of the encoded audio data.
Link copied to clipboard
The type
read-only property of the EncodedAudioChunk interface returns a value indicating whether the audio chunk is a key chunk, which does not relying on other frames for decoding.