public final class AVVariantPreferences
extends java.lang.Object
These constants can be used in any combination as the value of variantPreferences.
[@constant] AVVariantPreferenceNone Indicates that only the basic behaviors of the player for choosing among variants should be applied, including considerations of available bandwidth, compatibility of the indicated codec or codecs, the dimensions of visual output, and the number of available audio output channels. [@constant] AVVariantPreferenceScalabilityToLosslessAudio Directs the item to permit the use of variants with lossless audio encodings, if sufficient bandwidth is available for their use.
| Modifier and Type | Field and Description |
|---|---|
static long |
None |
static long |
ScalabilityToLosslessAudio |
public static final long None
public static final long ScalabilityToLosslessAudio