Package apple.mediaaccessibility.enums
Class MACaptionAppearanceDisplayType
- java.lang.Object
-
- apple.mediaaccessibility.enums.MACaptionAppearanceDisplayType
-
public final class MACaptionAppearanceDisplayType extends java.lang.Object[@enum] MACaptionAppearanceDisplayType 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longAlwaysOnstatic longAutomaticstatic longForcedOnly
-
-
-
Field Detail
-
ForcedOnly
public static final long ForcedOnly
- See Also:
- Constant Field Values
-
Automatic
public static final long Automatic
- See Also:
- Constant Field Values
-
AlwaysOn
public static final long AlwaysOn
- See Also:
- Constant Field Values
-
-