Applications should create this class to query the video decoders supported on the device.
Constructors
new VideoDecoderConfig()
new VideoDecoderConfig():VideoDecoderConfig
Returns
VideoDecoderConfig
Accessors
decoderFeatures
Get Signature
get decoderFeatures():DecoderFeatures
Returns
DecoderFeatures
set using the setter.
Set Signature
set decoderFeatures(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
formatProfileLevel
Get Signature
get formatProfileLevel():MediaFormatProfileLevel
Returns
MediaFormatProfileLevel
set using the setter.
Set Signature
set formatProfileLevel(profileLevel): void
Sets the MediaFormatProfileLevel.
This can be used to query on the profile levels
supported.
See
MediaFormatProfileLevel for further detailsParameters
profileLevel
MediaFormatProfileLevel
Returns
void

