|
VLC 4.0.0-dev
|
#include <input_internal.h>
Public Types | |
| enum | { INPUT_CFG_HW_DEC_DEFAULT , INPUT_CFG_HW_DEC_DISABLED , INPUT_CFG_HW_DEC_ENABLED } |
Data Fields | ||
| enum input_type | type | |
| enum vlc_input_thread_cfg:: { ... } | hw_dec | |
| input_resource_t * | resource | |
| vlc_renderer_item_t * | renderer | |
| const struct vlc_input_thread_callbacks * | cbs | |
| void * | cbs_data | |
| struct { | ||
| bool subitems | ||
| } | preparsing | |
| bool | interact | |
| anonymous enum |
| const struct vlc_input_thread_callbacks* vlc_input_thread_cfg::cbs |
Referenced by input_Create(), ThumbnailerRun(), and vlc_player_input_New().
| void* vlc_input_thread_cfg::cbs_data |
Referenced by input_Create().
| enum { ... } vlc_input_thread_cfg::hw_dec |
Referenced by input_Create().
| bool vlc_input_thread_cfg::interact |
Referenced by input_Create().
| struct { ... } vlc_input_thread_cfg::preparsing |
Referenced by input_Create().
| vlc_renderer_item_t* vlc_input_thread_cfg::renderer |
Referenced by input_Create().
| input_resource_t* vlc_input_thread_cfg::resource |
Referenced by input_Create().
| bool vlc_input_thread_cfg::subitems |
Referenced by input_Create().
| enum input_type vlc_input_thread_cfg::type |
Referenced by input_Create(), input_item_Parse(), ThumbnailerRun(), and vlc_player_input_New().