QVisu
Qt-based visualization for smart homes
|
Classes | |
struct | access_t |
Macros | |
#define | ACCESS_SET_CALLBACKS(read, block, control, seek) |
#define | STANDARD_READ_ACCESS_INIT |
#define | STANDARD_BLOCK_ACCESS_INIT |
Functions | |
VLC_API input_thread_t * | access_GetParentInput (access_t *p_access) VLC_USED |
#define ACCESS_SET_CALLBACKS | ( | read, | |
block, | |||
control, | |||
seek | |||
) |
#define STANDARD_BLOCK_ACCESS_INIT |
#define STANDARD_READ_ACCESS_INIT |
VLC_API input_thread_t* access_GetParentInput | ( | access_t * | p_access | ) |
This function will return the parent input of this access. It is retained. It can return NULL.