TvContract.Programs.ColumnVideoHeight 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 height of the video for this TV program, in the unit of pixels.
[Android.Runtime.Register("COLUMN_VIDEO_HEIGHT")]
public const string ColumnVideoHeight;
[<Android.Runtime.Register("COLUMN_VIDEO_HEIGHT")>]
val mutable ColumnVideoHeight : string
Field Value
- Attributes
Remarks
The height of the video for this TV program, in the unit of pixels.
Together with COLUMN_VIDEO_WIDTH 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_HEIGHT.
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.