OfflineSourceConfig

@objcMembers
@objc(BMPOfflineSourceConfig)
public class OfflineSourceConfig : SourceConfig

Represents a SourceConfig which references already downloaded or currently downloading offline content. It can passed to a Player instance for playback. Do not create instances of this class on your own, instead use OfflineContentManager.createOfflineSourceConfig(restrictedToAssetCache:).

  • Defines if the player is restricted to the usage of completely offline stored media renditions.

    Declaration

    Swift

    public let isRestrictedToAssetCache: Bool