AudioEncoder
The AudioEncoder
interface of the WebCodecs API encodes AudioData
objects.
Constructor
AudioEncoder()
-
Creates a new
AudioEncoder
object.
Properties
AudioEncoder.encodeQueueSize
Read only-
An integer representing the number of encode queue requests.
AudioEncoder.state
Read only-
Represents the state of the underlying codec and whether it is configured for encoding.
Methods
AudioEncoder.configure()
-
Enqueues a control message to configure the audio encoder for encoding chunks.
AudioEncoder.encode()
-
Enqueues a control message to encode a given
AudioData
objects. AudioEncoder.flush()
-
Returns a promise that resolves once all pending messages in the queue have been completed.
AudioEncoder.reset()
-
Resets all states including configuration, control messages in the control message queue, and all pending callbacks.
AudioEncoder.close()
-
Ends all pending work and releases system resources.
Specifications
Specification |
---|
WebCodecs # audioencoder-interface |
Browser compatibility
BCD tables only load in the browser