Lingua

TvContract.PreviewPrograms.ColumnVideoWidth Field

Definition

The width of the video for this TV program, in the unit of pixels.

[Android.Runtime.Register("COLUMN_VIDEO_WIDTH", ApiSince=26)]
public const string ColumnVideoWidth;
[<Android.Runtime.Register("COLUMN_VIDEO_WIDTH", ApiSince=26)>]
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.PreviewPrograms.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.

Applies to