JWCaptionStyleOverrideStrategy

@objc
public enum JWCaptionStyleOverrideStrategy : Int, CaseIterable
extension JWCaptionStyleOverrideStrategy: CustomStringConvertible

Indicates which strategy to use when applying the caption styling object to side-loaded captions.

Just as the caption styles available for side-loaded captions follow the styles available to embedded HLS streams, it can also be made to honor or ignore the device’s caption styles settings that it applies to HLS streams.

  • The default strategy. For each property, the player will honor the user’s Accessibility captions style settings, only applying those set in this object for properties that user has selected “Video Override.”

    Declaration

    Swift

    case videoOverrideOnly
  • The player will ignore the device’s Accessibility captions style settings, and always prefer a value chosen in this object over the user’s settings. Use with care.

    Declaration

    Swift

    case always
  • Undocumented

    Declaration

    Swift

    public init?(string: String?)
  • Declaration

    Swift

    public var description: String { get }