TvContract.PreviewPrograms.ColumnThumbnailAspectRatio 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 aspect ratio of the thumbnail for this TV program.
[Android.Runtime.Register("COLUMN_THUMBNAIL_ASPECT_RATIO", ApiSince=26)]
public const string ColumnThumbnailAspectRatio;
[<Android.Runtime.Register("COLUMN_THUMBNAIL_ASPECT_RATIO", ApiSince=26)>]
val mutable ColumnThumbnailAspectRatio : string
Field Value
- Attributes
Remarks
The aspect ratio of the thumbnail for this TV program.
The value should match one of the followings: ASPECT_RATIO_16_9, ASPECT_RATIO_3_2, ASPECT_RATIO_4_3, ASPECT_RATIO_1_1, and ASPECT_RATIO_2_3.
Type: INTEGER
Android reference for android.media.tv.TvContract.PreviewPrograms.COLUMN_THUMBNAIL_ASPECT_RATIO.
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.