Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface OfflineSourceOptions

    Object used configure how the native offline managers create and get offline source configurations

    Platform: Android, iOS

    interface OfflineSourceOptions {
        restrictedToAssetCache?: boolean;
    }
    Index

    Properties

    restrictedToAssetCache?: boolean

    Whether or not the player should restrict playback only to audio, video and subtitle tracks which are stored offline on the device. This has to be set to true if the device has no network access.

    Platform: iOS