Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
The VideoDecoderConfig defines all the attributes required for Video decode use case.
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 details
Parameters
profileLevel
MediaFormatProfileLevel
Returns
void
Last modified on October 2, 2025