web api instance property
AudioEncoder: state property
Secure contextAvailable in workers
The state read-only property of the AudioEncoder interface returns the current state of the underlying codec.
Value
A string containing one of the following values:
"unconfigured"- : The codec is not configured for decoding.
"configured"- : The codec has a valid configuration and is ready.
"closed"- : The codec is no longer usable and system resources have been released.
Examples
The following example prints the state of the AudioEncoder to the console.
console.log(AudioEncoder.state);
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.