TvContract.Channels.ColumnChannelListId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The channel list ID of this TV channel.
[Android.Runtime.Register("COLUMN_CHANNEL_LIST_ID", ApiSince=31)]
public const string ColumnChannelListId;
[<Android.Runtime.Register("COLUMN_CHANNEL_LIST_ID", ApiSince=31)>]
val mutable ColumnChannelListId : string
Field Value
- Attributes
Remarks
The channel list ID of this TV channel.
It is used to identify the channel list constructed from broadcast SI based on the underlying broadcast standard or country/operator profile, if applicable. Otherwise, leave empty.
The ID can be defined by individual TV input services. For example, one may assign a service operator name for the service operator channel list constructed from broadcast SI or one may assign the profile_name
of the operator_info() APDU defined in CI Plus 1.3 for the dedicated CICAM operator profile channel list constructed from CICAM NIT.
Type: TEXT
Java documentation for android.media.tv.TvContract.Channels.COLUMN_CHANNEL_LIST_ID
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.