Data for loading content into the player.

interface RNLoadData {
    autoPlay?: boolean;
    source: RNResolvableSource;
}

Properties

Properties

autoPlay?: boolean

Whether to automatically start playback after loading.

The source to load (VOD or Live stream).