TvContract.Channels.ColumnVideoResolution 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 resolution.
[Android.Runtime.Register("COLUMN_VIDEO_RESOLUTION", ApiSince=31)]
public const string ColumnVideoResolution;
[<Android.Runtime.Register("COLUMN_VIDEO_RESOLUTION", ApiSince=31)>]
val mutable ColumnVideoResolution : string
Field Value
- Attributes
Remarks
The typical video resolution.
This is primarily used to filter out channels based on video resolution by applications. The value is from SDT if defined there. (e.g. ETSI EN 300 468) The value should match one of the followings: #VIDEO_RESOLUTION_SD
, #VIDEO_RESOLUTION_HD
, #VIDEO_RESOLUTION_UHD
.
Type: TEXT
Java documentation for android.media.tv.TvContract.Channels.COLUMN_VIDEO_RESOLUTION
.
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.