VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_ml_query_params_t Struct Reference

Generic parameter set for medialibrary queries. More...

#include <vlc_media_library.h>

Data Fields

const char * psz_pattern
 
uint32_t i_nbResults
 
uint32_t i_offset
 
vlc_ml_sorting_criteria_t i_sort
 
bool b_desc
 
bool b_favorite_only
 
bool b_public_only
 

Detailed Description

Generic parameter set for medialibrary queries.

Warning
Should only be default instanciated with vlc_ml_query_params_create().

Field Documentation

◆ b_desc

bool vlc_ml_query_params_t::b_desc

◆ b_favorite_only

bool vlc_ml_query_params_t::b_favorite_only

◆ b_public_only

bool vlc_ml_query_params_t::b_public_only

◆ i_nbResults

uint32_t vlc_ml_query_params_t::i_nbResults

◆ i_offset

uint32_t vlc_ml_query_params_t::i_offset

◆ i_sort

vlc_ml_sorting_criteria_t vlc_ml_query_params_t::i_sort

◆ psz_pattern

const char* vlc_ml_query_params_t::psz_pattern

The documentation for this struct was generated from the following file: