TvContract.Programs.ColumnVideoWidth 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 width of the video for this TV program, in the unit of pixels.
[Android.Runtime.Register("COLUMN_VIDEO_WIDTH")]
public const string ColumnVideoWidth;
[<Android.Runtime.Register("COLUMN_VIDEO_WIDTH")>]
val mutable ColumnVideoWidth : string
Field Value
- Attributes
Remarks
The width of the video for this TV program, in the unit of pixels.
Together with COLUMN_VIDEO_HEIGHT this is used to determine the video resolution of the current TV program. Can be empty if it is not known initially or the program does not convey any video such as the programs from type Channels.SERVICE_TYPE_AUDIO channels.
Type: INTEGER
Android reference for android.media.tv.TvContract.Programs.COLUMN_VIDEO_WIDTH.
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.