VLC 4.0.0-dev
|
#include <vlc_input_item.h>
Data Fields | |
enum slave_type | i_type |
Slave type (spu, audio) | |
enum slave_priority | i_priority |
Slave priority. | |
bool | b_forced |
Slave should be selected. | |
char | psz_uri [] |
Slave mrl. | |
bool input_item_slave::b_forced |
Slave should be selected.
Referenced by Control(), input_item_slave_New(), LoadSlaves(), subtitles_Detect(), and vlc_player_AddAssociatedMedia().
enum slave_priority input_item_slave::i_priority |
Slave priority.
Referenced by input_item_AddSlave(), input_item_Copy(), input_item_slave_New(), LoadSlaves(), rdh_attach_slaves(), rdh_should_match_idx(), SlaveCompare(), and subtitles_Detect().
enum slave_type input_item_slave::i_type |
Slave type (spu, audio)
Referenced by Control(), input_item_Copy(), input_item_slave_New(), LoadSlaves(), rdh_attach_slaves(), and rdh_get_slave_priority().
char input_item_slave::psz_uri[] |
Slave mrl.
Referenced by Control(), input_item_Copy(), input_item_slave_New(), LoadSlaves(), rdh_attach_slaves(), slave_strcmp(), and subtitles_Detect().