BMPTweaksConfiguration


@interface BMPTweaksConfiguration : BMPConfiguration

This class is used to turn on/off special features of the player that are implemented for specific customers which might not be suitable for all use-cases.

  • If enabled, HLS playlists would be parsed and corresponding events carrying segment-specific metadata, e.g. #EXT-X-SCTE35 tag if present in the manifest, are going to be sent. Default is NO.

    Declaration

    Objective-C

    @property (getter=isNativeHlsParsingEnabled, assign, readwrite, nonatomic)
        BOOL nativeHlsParsingEnabled;

    Swift

    var isNativeHlsParsingEnabled: Bool { get set }