TvContract.Channels.ColumnTransportStreamId 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 transport stream ID of this channel.
[Android.Runtime.Register("COLUMN_TRANSPORT_STREAM_ID")]
public const string ColumnTransportStreamId;
[<Android.Runtime.Register("COLUMN_TRANSPORT_STREAM_ID")>]
val mutable ColumnTransportStreamId : string
Field Value
- Attributes
Remarks
The transport stream ID of this channel.
It is used to identify the Transport Stream that contains the current channel from any other multiplex within a network, if applicable. Use the same coding for transport_stream_id
defined in ISO/IEC 13818-1 if the channel is transmitted via the MPEG Transport Stream.
This is a required field only if the current channel is transmitted via the MPEG Transport Stream. Leave empty otherwise.
Type: INTEGER
Java documentation for android.media.tv.TvContract.Channels.COLUMN_TRANSPORT_STREAM_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.