◆ cbs
◆ obj
◆ p_module
module_t* vlc_medialibrary_module_t::p_module |
◆ p_sys
void* vlc_medialibrary_module_t::p_sys |
◆ pf_control
◆ pf_get
Get a specific entity by its id or another unique value.
- Returns
- The required entity, or a NULL pointer if couldn't be found.
Refer to the list of queries for the specific return type
Referenced by vlc_ml_get().
◆ pf_list
List some entities from the medialibrary.
- Parameters
-
p_ml | The medialibrary module instance. |
i_query | The type search to be performed. |
- See also
- vlc_ml_list enumeration
- Parameters
-
p_params | A pointer to a vlc_ml_query_params_t structure, or NULL for the default parameters (alphabetical ascending sort, no pagination) |
- Returns
- VLC_SUCCESS or an error code
Refer to the individual list of vlc_ml_list requests for the additional per-query input/ouput parameters values & types
Referenced by vlc_ml_list().
The documentation for this struct was generated from the following file: