Applications should create this class to query the audio decoders supported on the device.
Constructors
new AudioDecoderConfig()
new AudioDecoderConfig():AudioDecoderConfig
Returns
AudioDecoderConfig
Accessors
audioFormat
Get Signature
get audioFormat():AudioFormat
Returns
AudioFormat
set using the setter.
Set Signature
set audioFormat(format): void
Sets the AudioFormat.
This can be used to query on different properties supported
by the audio codecs on the device.
See
AudioFormat for further detailsParameters
format
AudioFormat
Returns
void
codecFeatures
Get Signature
get codecFeatures():DecoderFeatures
Returns
DecoderFeatures
set by the setter.
Set Signature
set codecFeatures(features): void
Sets the DecoderFeatures.
This can be used to query on decoder features like decryption.
See
DecoderFeatures for further details.Parameters
features
DecoderFeatures
Returns
void

