as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

VideoDecoderConfig

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


mediaCodecFeatures

Get Signature

get mediaCodecFeatures(): MediaCodecFeatures

Returns

MediaCodecFeatures

set using setter.

Set Signature

set mediaCodecFeatures(features): void

Sets the MediaCodecFeatures.

This can be used to query on media codec features supported by the device.

See

MediaCodecFeatures for more details.

Parameters
features

MediaCodecFeatures

Returns

void


mediaFormat

Get Signature

get mediaFormat(): MediaFormat

Returns

MediaFormat

set using the setter.

Set Signature

set mediaFormat(format): void

Sets the MediaFormat.

This can be used to query on the format of the media supported by the device.

See

MediaFormat for further details.

Parameters
format

MediaFormat

Returns

void


videoFormat

Get Signature

get videoFormat(): VideoFormat

Returns

VideoFormat

set using the setter.

Set Signature

set videoFormat(format): void

Sets the VideoFormat.

This can be used to query on different properties supported by the video codecs on the device.

See

VideoFormat for further details.

Parameters
format

VideoFormat

Returns

void


Last updated: Oct 02, 2025