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

Player track structure. More...

#include <vlc_player.h>

Collaboration diagram for vlc_player_track:
[legend]

Data Fields

vlc_es_id_tes_id
 Id used for any player actions, like vlc_player_SelectEsId()
 
const char * name
 Track name, always valid.
 
es_format_t fmt
 Es format.
 
bool selected
 True if the track is selected.
 

Detailed Description

Player track structure.

A track is a representation of an ES identifier at a given time. Once the player is unlocked, all content except the es_id pointer can be updated.

See also
vlc_player_cbs.on_track_list_changed
vlc_player_GetTrack

Field Documentation

◆ es_id

◆ fmt

◆ name

◆ selected


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