VLC 4.0.0-dev
|
#include <vlc_input_item.h>
Data Fields | |
char * | psz_name |
Name of this info. | |
char * | psz_value |
Value of the info. | |
struct vlc_list | node |
struct vlc_list info_t::node |
Referenced by info_category_Delete(), info_category_DeleteInfo(), info_category_ReplaceInfo(), and info_category_VaAddInfo().
char* info_t::psz_name |
Name of this info.
Referenced by info_category_FindInfo(), info_category_ReplaceInfo(), info_Delete(), and info_New().
char* info_t::psz_value |
Value of the info.
Referenced by info_category_VaAddInfo(), info_Delete(), info_New(), input_item_GetInfoLocked(), and InputItemVaAddInfo().