bitmovin-player-react-native
Version:
Official React Native bindings for Bitmovin's mobile Player SDKs.
12 lines • 524 B
TypeScript
/**
* Object used configure how the native offline managers create and get offline source configurations
* @remarks Platform: Android, iOS
*/
export interface OfflineSourceOptions {
/**
* 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.
* @remarks Platform: iOS
*/
restrictedToAssetCache?: boolean;
}
//# sourceMappingURL=offlineSourceOptions.d.ts.map