Language

PreviewAspectRatio Enum

Definition

public enum PreviewAspectRatio
type PreviewAspectRatio = 
Inheritance
PreviewAspectRatio

Fields

Name Value Description
A169 0

The aspect ratio for 16:9.

Android reference for android.media.tv.TvContract.PreviewPrograms.ASPECT_RATIO_16_9.

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.

A32 1

The aspect ratio for 3:2.

Android reference for android.media.tv.TvContract.PreviewPrograms.ASPECT_RATIO_3_2.

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.

A43 2

The aspect ratio for 4:3.

Android reference for android.media.tv.TvContract.PreviewPrograms.ASPECT_RATIO_4_3.

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.

A11 3

The aspect ratio for 1:1.

Android reference for android.media.tv.TvContract.PreviewPrograms.ASPECT_RATIO_1_1.

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.

A23 4

The aspect ratio for 2:3.

Android reference for android.media.tv.TvContract.PreviewPrograms.ASPECT_RATIO_2_3.

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.

Remarks

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