TvContract.Channels.ColumnType 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 broadcast system type of this TV channel.
[Android.Runtime.Register("COLUMN_TYPE")]
public const string ColumnType;
[<Android.Runtime.Register("COLUMN_TYPE")>]
val mutable ColumnType : string
Field Value
- Attributes
Remarks
The broadcast system type of this TV channel.
This is used to indicate the broadcast standard (e.g. ATSC, DVB or ISDB) the current channel conforms to. Use #TYPE_OTHER
for streaming-based channels, which is the default channel type. The value should match one of the followings: #TYPE_1SEG
, #TYPE_ATSC_C
, #TYPE_ATSC_M_H
, #TYPE_ATSC_T
, #TYPE_ATSC3_T
, #TYPE_CMMB
, #TYPE_DTMB
, #TYPE_DVB_C
, #TYPE_DVB_C2
, #TYPE_DVB_H
, #TYPE_DVB_S
, #TYPE_DVB_S2
, #TYPE_DVB_SH
, #TYPE_DVB_T
, #TYPE_DVB_T2
, #TYPE_ISDB_C
, #TYPE_ISDB_S
, #TYPE_ISDB_S3
, #TYPE_ISDB_T
, #TYPE_ISDB_TB
, #TYPE_NTSC
, #TYPE_OTHER
, #TYPE_PAL
, #TYPE_SECAM
, #TYPE_S_DMB
, #TYPE_T_DMB
, and #TYPE_PREVIEW
.
This value cannot be changed once it's set. Trying to modify it will make the update fail.
This is a required field.
Type: TEXT
Java documentation for android.media.tv.TvContract.Channels.COLUMN_TYPE
.
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.