as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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