public final class MACaptionAppearanceDisplayType
extends java.lang.Object
MACaptionAppearanceDisplayType is used to specify the the type of captions that should be displayed
[@constant] kMACaptionAppearanceDisplayTypeForcedOnly Only forced captions for translation should be displayed. [@constant] kMACaptionAppearanceDisplayTypeAutomatic If the language of the audio track differs from the system locale then captions matching the system locale should be displayed (if available). [@constant] kMACaptionAppearanceDisplayTypeAlwaysOn The best available captioning track should always be displayed, whether it be CC, SDH, or subtitles.
| Modifier and Type | Field and Description |
|---|---|
static long |
AlwaysOn |
static long |
Automatic |
static long |
ForcedOnly |
public static final long ForcedOnly
public static final long Automatic
public static final long AlwaysOn