BMPDownloadTweaksConfiguration

Objective-C


@interface BMPDownloadTweaksConfiguration : BMPConfiguration

Swift

class DownloadTweaksConfiguration : Configuration

This configuration is used as an incubator for experimental features. Tweaks are not officially supported and are not guaranteed to be stable, i.e. their naming, functionality and API can change at any time within the tweaks or when being promoted to an official feature and moved into its final configuration namespace.

  • If enabled, tag EXT-X-PLAYLIST-TYPE:VOD will be inserted into downloaded playlists if EXT-X-PLAYLIST-TYPE is missing. Default is NO.

    Declaration

    Objective-C

    @property (nonatomic) BOOL shouldInsertPlaylistTypeTagIfMissing;

    Swift

    var shouldInsertPlaylistTypeTagIfMissing: Bool { get set }