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

#include <vlc_media_library.h>

Data Fields

int64_t i_media_id
 The associated media ID.
 
int64_t i_time
 The bookmark time.
 
char * psz_name
 The bookmark name.
 
char * psz_description
 The bookmark description.
 

Field Documentation

◆ i_media_id

int64_t vlc_ml_bookmark_t::i_media_id

The associated media ID.

◆ i_time

int64_t vlc_ml_bookmark_t::i_time

The bookmark time.

The unit is arbitrary

◆ psz_description

char* vlc_ml_bookmark_t::psz_description

The bookmark description.

Referenced by vlc_ml_bookmark_release_inner().

◆ psz_name

char* vlc_ml_bookmark_t::psz_name

The bookmark name.

Referenced by vlc_ml_bookmark_release_inner().


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