TvContract.Channels.ColumnServiceId 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 service ID of this channel.
[Android.Runtime.Register("COLUMN_SERVICE_ID")]
public const string ColumnServiceId;
[<Android.Runtime.Register("COLUMN_SERVICE_ID")>]
val mutable ColumnServiceId : string
Field Value
- Attributes
Remarks
The service ID of this channel.
It is used to identify the current service, or channel from any other services within a given Transport Stream, if applicable. Use the same coding for service_id
in ETSI EN 300 468 and ARIB STD-B10 or program_number
in ISO/IEC 13818-1.
This is a required field only if the underlying broadcast standard defines the same name field, or the current channel is transmitted via the MPEG Transport Stream. Leave empty otherwise.
Type: INTEGER
Java documentation for android.media.tv.TvContract.Channels.COLUMN_SERVICE_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.