TvContract.Channels.ColumnOriginalNetworkId 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 original network ID of this TV channel.
[Android.Runtime.Register("COLUMN_ORIGINAL_NETWORK_ID")]
public const string ColumnOriginalNetworkId;
[<Android.Runtime.Register("COLUMN_ORIGINAL_NETWORK_ID")>]
val mutable ColumnOriginalNetworkId : string
Field Value
- Attributes
Remarks
The original network ID of this TV channel.
It is used to identify the originating delivery system, if applicable. Use the same coding for original_network_id
for ETSI EN 300 468/TR 101 211 and ARIB STD-B10.
This is a required field only if the underlying broadcast standard defines the same name field. Otherwise, leave empty.
Type: INTEGER
Java documentation for android.media.tv.TvContract.Channels.COLUMN_ORIGINAL_NETWORK_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.