
Data Fields | |
| demux_t * | p_demux |
| input_item_t * | p_item |
| FIXME: use stream_t instead? | |
| vlc_meta_t * | p_meta |
| meta data | |
| int | i_attachments |
| number of attachments | |
| input_attachment_t ** | attachments |
| array of attachments | |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| volatile bool | b_die |
| set by the outside | |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
array of attachments
Referenced by InputSourceMeta().
| volatile bool demux_meta_t::b_die |
set by the outside
set by the outside (eg.
number of attachments
Referenced by InputSourceMeta().
Referenced by FetchMeta(), and InputSourceMeta().
FIXME: use stream_t instead?
Referenced by FetchMeta(), and InputSourceMeta().
(root of all evil) - 1
meta data
Referenced by InputSourceMeta().
our parent
| char* demux_meta_t::psz_header |
| const char* demux_meta_t::psz_object_type |
1.7.1