DownloadTweaksConfig

@objc(BMPDownloadTweaksConfig)
@objcMembers
public final class DownloadTweaksConfig : NSObject

This config 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 config namespace.

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

    Declaration

    Swift

    public var shouldInsertPlaylistTypeTagIfMissing: Bool
  • Declaration

    Swift

    override public init()