as

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

IChannelDescriptor

Interface for the ChannelDescriptor class.

Accessors

identifier

Get Signature

get identifier(): string

Gets the Identifier of the ChannelDescriptor.

Returns

string

The unique identifier for a specific channel.


majorNumber

Get Signature

get majorNumber(): number

Gets the MajorNumber of the ChannelDescriptor.

Returns

number

The major number indicates the channel major number value (for example, using ATSC format). When the channel number is expressed as a string, such as "13.1" or "256", the major number would be 13 or 256, respectively.


minorNumber

Get Signature

get minorNumber(): number

Gets the MinorNumber of the ChannelDescriptor.

Returns

number

The minor number indicates the channel minor number value (for example, using ATSC format). When the channel number is expressed as a string, such as "13.1" or "256", the minor number would be 1 or 0, respectively.


Last updated: Sep 30, 2025