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

    Interface SourceRemoteControlConfig

    The remote control config for a source.

    Platform: iOS

    interface SourceRemoteControlConfig {
        castSourceConfig?: null | SourceConfig;
    }
    Index

    Properties

    castSourceConfig?: null | SourceConfig

    The SourceConfig for casting. Enables to play different content when casting. This can be useful when the remote playback device supports different streaming formats, DRM systems, etc. than the local device. If not set, the local source config will be used for casting.