TvContract.Channels.ColumnVideoFormat 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 typical video format for programs from this TV channel.
[Android.Runtime.Register("COLUMN_VIDEO_FORMAT")]
public const string ColumnVideoFormat;
[<Android.Runtime.Register("COLUMN_VIDEO_FORMAT")>]
val mutable ColumnVideoFormat : string
Field Value
- Attributes
Remarks
The typical video format for programs from this TV channel.
This is primarily used to filter out channels based on video format by applications. The value should match one of the followings: #VIDEO_FORMAT_240P
, #VIDEO_FORMAT_360P
, #VIDEO_FORMAT_480I
, #VIDEO_FORMAT_480P
, #VIDEO_FORMAT_576I
, #VIDEO_FORMAT_576P
, #VIDEO_FORMAT_720P
, #VIDEO_FORMAT_1080I
, #VIDEO_FORMAT_1080P
, #VIDEO_FORMAT_2160P
, #VIDEO_FORMAT_4320P
. Note that the actual video resolution of each program from a given channel can vary thus one should use Programs#COLUMN_VIDEO_WIDTH
and Programs#COLUMN_VIDEO_HEIGHT
to get more accurate video resolution.
Type: TEXT
Java documentation for android.media.tv.TvContract.Channels.COLUMN_VIDEO_FORMAT
.
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.