BMPSystemUserInterfaceConfiguration


@interface BMPSystemUserInterfaceConfiguration : BMPUserInterfaceConfiguration

Undocumented

  • An array of text style rules to apply to WebVTT subtitles and other legible text.

    Declaration

    Objective-C

    @property (readwrite, copy, nonatomic, nullable)
        NSArray<AVTextStyleRule *> *subtitleStyles;

    Swift

    var subtitleStyles: [AVTextStyleRule]? { get set }
  • Indicates whether to show the ‘Auto’ option when choosing subtitles or not. Defaults to YES.

    Note

    This flag is only available on tvOS

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL showAutoSubtitleOption;

    Swift

    var showAutoSubtitleOption: Bool { get set }