
Functions | |
| int | CDDADebugCB (vlc_object_t *p_this, const char *psz_name, vlc_value_t oldval, vlc_value_t val, void *p_data) |
| int | CDDBEnabledCB (vlc_object_t *p_this, const char *psz_name, vlc_value_t oldval, vlc_value_t val, void *p_data) |
| int | CDTextEnabledCB (vlc_object_t *p_this, const char *psz_name, vlc_value_t oldval, vlc_value_t val, void *p_data) |
| int | CDDANavModeCB (vlc_object_t *p_this, const char *psz_name, vlc_value_t oldval, vlc_value_t val, void *p_data) |
| int | CDTextPreferCB (vlc_object_t *p_this, const char *psz_name, vlc_value_t oldval, vlc_value_t val, void *p_data) |
| int | CDDABlocksPerReadCB (vlc_object_t *p_this, const char *psz_name, vlc_value_t oldval, vlc_value_t val, void *p_data) |
| int CDDABlocksPerReadCB | ( | vlc_object_t * | p_this, | |
| const char * | psz_name, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | val, | |||
| void * | p_data | |||
| ) |
| int CDDADebugCB | ( | vlc_object_t * | p_this, | |
| const char * | psz_name, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | val, | |||
| void * | p_data | |||
| ) |
References cdda_data_s::i_debug, vlc_value_t::i_int, INPUT_DBG_CALL, INPUT_DBG_EXT, msg_Dbg, p_cdda_input, access_t::p_sys, VLC_EGENERIC, VLC_SUCCESS, and VLC_UNUSED.
| int CDDANavModeCB | ( | vlc_object_t * | p_this, | |
| const char * | psz_name, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | val, | |||
| void * | p_data | |||
| ) |
| int CDDBEnabledCB | ( | vlc_object_t * | p_this, | |
| const char * | psz_name, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | val, | |||
| void * | p_data | |||
| ) |
References vlc_value_t::b_bool, cdda_data_s::i_debug, INPUT_DBG_CALL, INPUT_DBG_EXT, msg_Dbg, p_cdda_input, access_t::p_sys, VLC_EGENERIC, VLC_SUCCESS, and VLC_UNUSED.
| int CDTextEnabledCB | ( | vlc_object_t * | p_this, | |
| const char * | psz_name, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | val, | |||
| void * | p_data | |||
| ) |
| int CDTextPreferCB | ( | vlc_object_t * | p_this, | |
| const char * | psz_name, | |||
| vlc_value_t | oldval, | |||
| vlc_value_t | val, | |||
| void * | p_data | |||
| ) |
1.5.6