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