Package apple.mediaaccessibility.enums
Class MACaptionAppearanceBehavior
- java.lang.Object
-
- apple.mediaaccessibility.enums.MACaptionAppearanceBehavior
-
public final class MACaptionAppearanceBehavior extends java.lang.Object[@enum] MACaptionAppearanceBehavior MACaptionAppearanceBehavior is used to determine how a preference value should be used. [@constant] kMACaptionAppearanceBehaviorUseValue The value should override any content, application, or otherwise-defined values. [@constant] kMACaptionAppearanceBehaviorUseContentIfAvailable Content, application, or otherwise-defined values should override the returned value. If no other value is defined, then the return value should be used.
-
-
Field Summary
Fields Modifier and Type Field Description static longContentIfAvailablestatic longValue
-
-
-
Field Detail
-
Value
public static final long Value
- See Also:
- Constant Field Values
-
ContentIfAvailable
public static final long ContentIfAvailable
- See Also:
- Constant Field Values
-
-