25.3.2231.6R ENABLE.player

Members

static,constant ENABLE.player.NO_ENCRYPTION String

Parameter for Player#setSource indicating how the video source is encryption (only for DASH).

static,constant ENABLE.player.PLAYREADY String

Parameter for Player#setSource indicating how the video source is encryption (only for DASH).

static,constant ENABLE.player.VIDEOEVENT_BUFFERING String

Event occurs when media buffer is empty (e.g. DASH and HLS source) (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_DECRYPTION_FAIL String

Event occurs when decryption fail (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_END_OF_STREAM String

Event occurs when video stream reaches the end (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_ERROR String

Event occurs when there is an unexpected error (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_METADATA_LOADED String

Event occurs when metadata is loaded (e.g. tracks info, duration) (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_PLAYBACK_BUFFER_READY String

Event occurs when media buffer is ready (e.g. DASH and HLS source) (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_PLAYBACK_BUFFERING String

Event occurs when media buffer is starting to buffer (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_PLAYBACK_RESUMED String

Event occurs when video playback is resumed (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_PLAYBACK_STOPPED String

Event occurs when video playback is stopped (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_READY_TO_START String

Event occurs when player is ready to start playback (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_SEEKED String

Event occurs when video has seeked (see Player#setEventCallback ).

static,constant ENABLE.player.VIDEOEVENT_STREAM_STARTED String

Event occurs when video stream is started (see Player#setEventCallback ).

static,constant ENABLE.player.WIDEVINE String

Parameter for Player#setSource indicating how the video source is encryption (only for DASH).