91 void (*set_stream) (
ccl_notifier_context_t *notifier_context,
int bitrate_kbps,
const char *cdn,
const char *resource);
ccl_langauge_event_type_t
Constants for the language change events.
Definition ccl_notifier_if.h:58
ccl_seek_action_t
Constants for the seek actions.
Definition ccl_notifier_if.h:46
struct ccl_monitor ccl_notifier_context_t
Definition ccl_notifier_if.h:21
ccl_player_state_t
Constants for the valid playing states.
Definition ccl_notifier_if.h:24
@ CCL_EVENT_SUBTITLES_LANGUAGE
Subtitle.
Definition ccl_notifier_if.h:62
@ CCL_EVENT_AUDIO_LANGUAGE
Audio.
Definition ccl_notifier_if.h:60
@ CCL_EVENT_CLOSED_CAPTIONS_LANGUAGE
Closed Caption.
Definition ccl_notifier_if.h:64
@ CCL_USER_BUTTON_UP
user button up the position bar
Definition ccl_notifier_if.h:54
@ CCL_PLAYER_SEEK_END
player end seek event
Definition ccl_notifier_if.h:50
@ CCL_PLAYER_SEEK_START
player start seek event
Definition ccl_notifier_if.h:48
@ CCL_USER_BUTTON_DOWN
user button down the position bar
Definition ccl_notifier_if.h:52
@ CCL_PLAYER_STATE_PAUSED
The player is paused by user request.
Definition ccl_notifier_if.h:36
@ CCL_PLAYER_STATE_STOPPED
The player is idle.
Definition ccl_notifier_if.h:27
@ CCL_PLAYER_STATE_UNKNOWN
Use this as a default if the current player state does not fit the aforementioned states.
Definition ccl_notifier_if.h:42
@ CCL_PLAYER_STATE_PLAYING
The player is actually playing content (new frames are rendered, position inside the content changes)...
Definition ccl_notifier_if.h:30
@ CCL_PLAYER_STATE_BUFFERING
The player is not playing for lack of data.
Definition ccl_notifier_if.h:33
@ CCL_PLAYER_STATE_NOTMONITORED
Internal. Do not use.
Definition ccl_notifier_if.h:39
ccl_notifier_t is used to push video playback data notifications to the Conviva library.
Definition ccl_notifier_if.h:69