TvContract.Channels.ColumnServiceType 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 predefined service type of this TV channel.
[Android.Runtime.Register("COLUMN_SERVICE_TYPE")]
public const string ColumnServiceType;
[<Android.Runtime.Register("COLUMN_SERVICE_TYPE")>]
val mutable ColumnServiceType : string
Field Value
- Attributes
Remarks
The predefined service type of this TV channel.
This is primarily used to indicate whether the current channel is a regular TV channel or a radio-like channel. Use the same coding for service_type
in the underlying broadcast standard if it is defined there (e.g. ATSC A/53, ETSI EN 300 468 and ARIB STD-B10). Otherwise use one of the followings: #SERVICE_TYPE_OTHER
, #SERVICE_TYPE_AUDIO_VIDEO
, #SERVICE_TYPE_AUDIO
This is a required field.
Type: TEXT
Java documentation for android.media.tv.TvContract.Channels.COLUMN_SERVICE_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.