Variables | |
mvar_t *E_( | mvar_IntegerSetNew )(const char *name, const char *arg) |
mvar_t *E_( | mvar_PlaylistSetNew )(intf_thread_t *p_intf, char *name, playlist_t *p_pl) |
mvar_t *E_( | mvar_InfoSetNew )(intf_thread_t *p_intf, char *name, input_thread_t *p_input) |
mvar_t *E_( | mvar_InputVarSetNew )(intf_thread_t *p_intf, char *name, input_thread_t *p_input, const char *psz_variable) |
mvar_t *E_( | mvar_FileSetNew )(intf_thread_t *p_intf, char *name, char *psz_dir) |
mvar_t *E_( | mvar_VlmSetNew )(char *name, vlm_t *vlm) |
void E_( | PlaylistListNode )(intf_thread_t *p_intf, playlist_t *p_pl, playlist_item_t *p_node, char *name, mvar_t *s, int i_depth) |
|
This function creates a set variable representing the files of the psz_dir directory |
|
This function creates a set variable with the contents of the Stream and media info box |
|
This function creates a set variable with the input parameters |
|
This function creates a set variable which represents a series of integer The arg parameter must be of the form "start[:stop[:step]]" |
|
This function creates a set variable with the contents of the playlist |
|
This function creates a set variable representing the VLM streams |
|
This function converts the listing of a playlist node into a mvar set |