VLC
3.0.15
|
Go to the source code of this file.
Data Structures | |
struct | input_item_owner |
Macros | |
#define | item_owner(item) ((struct input_item_owner *)(item)) |
Typedefs | |
typedef struct input_item_owner | input_item_owner_t |
Functions | |
void | input_item_SetErrorWhenReading (input_item_t *p_i, bool b_error) |
void | input_item_UpdateTracksInfo (input_item_t *item, const es_format_t *fmt) |
bool | input_item_ShouldPreparseSubItems (input_item_t *p_i) |
#define item_owner | ( | item | ) | ((struct input_item_owner *)(item)) |
typedef struct input_item_owner input_item_owner_t |
void input_item_SetErrorWhenReading | ( | input_item_t * | p_i, |
bool | b_error | ||
) |
References input_item_t::b_error_when_reading, input_item_t::lock, vlc_mutex_lock(), and vlc_mutex_unlock().
bool input_item_ShouldPreparseSubItems | ( | input_item_t * | p_i | ) |
References input_item_t::i_preparse_depth, input_item_t::lock, vlc_mutex_lock(), and vlc_mutex_unlock().
void input_item_UpdateTracksInfo | ( | input_item_t * | item, |
const es_format_t * | fmt | ||
) |