VLC  3.0.15
Data Fields
es_format_t Struct Reference
Collaboration diagram for es_format_t:
Collaboration graph
[legend]

Data Fields

enum es_format_category_e i_cat
 ES category. More...
 
vlc_fourcc_t i_codec
 FOURCC value as used in vlc. More...
 
vlc_fourcc_t i_original_fourcc
 original FOURCC from the container More...
 
int i_id
 es identifier, where means -1: let the core mark the right id >=0: valid id More...
 
int i_group
 group identifier, where means: -1 : standalone >= 0 then a "group" (program) is created for each value More...
 
int i_priority
 priority, where means: -2 : mean not selectable by the users -1 : mean not selected by default even when no other stream >=0: priority More...
 
char * psz_language
 human-readable language name More...
 
char * psz_description
 human-readable description of language More...
 
unsigned i_extra_languages
 length in bytes of extra language data pointer More...
 
extra_languages_tp_extra_languages
 extra language data needed by some decoders More...
 
union {
   struct {
      audio_format_t   audio
 description of audio format More...
 
      audio_replay_gain_t   audio_replay_gain
 
   } 
 
   video_format_t   video
 description of video format More...
 
   subs_format_t   subs
 description of subtitle format More...
 
}; 
 
unsigned int i_bitrate
 bitrate of this ES More...
 
int i_profile
 codec specific information (like real audio flavor, mpeg audio layer, h264 profile ...) More...
 
int i_level
 codec specific information: indicates maximum restrictions on the stream (resolution, bitrate, codec features ...) More...
 
bool b_packetized
 whether the data is packetized (ie. More...
 
int i_extra
 length in bytes of extra data pointer More...
 
void * p_extra
 extra data needed by some decoders or muxers More...
 

Field Documentation

◆ @159

union { ... }

◆ audio

audio_format_t es_format_t::audio

◆ audio_replay_gain

audio_replay_gain_t es_format_t::audio_replay_gain

◆ b_packetized

bool es_format_t::b_packetized

whether the data is packetized (ie.

not truncated)

Referenced by CreateDecoder().

◆ i_bitrate

unsigned int es_format_t::i_bitrate

bitrate of this ES

◆ i_cat

enum es_format_category_e es_format_t::i_cat

◆ i_codec

vlc_fourcc_t es_format_t::i_codec

◆ i_extra

int es_format_t::i_extra

length in bytes of extra data pointer

◆ i_extra_languages

unsigned es_format_t::i_extra_languages

length in bytes of extra language data pointer

◆ i_group

int es_format_t::i_group

group identifier, where means: -1 : standalone >= 0 then a "group" (program) is created for each value

◆ i_id

int es_format_t::i_id

es identifier, where means -1: let the core mark the right id >=0: valid id

Referenced by input_item_UpdateTracksInfo().

◆ i_level

int es_format_t::i_level

codec specific information: indicates maximum restrictions on the stream (resolution, bitrate, codec features ...)

◆ i_original_fourcc

vlc_fourcc_t es_format_t::i_original_fourcc

original FOURCC from the container

◆ i_priority

int es_format_t::i_priority

priority, where means: -2 : mean not selectable by the users -1 : mean not selected by default even when no other stream >=0: priority

Referenced by EsOutSelect().

◆ i_profile

int es_format_t::i_profile

codec specific information (like real audio flavor, mpeg audio layer, h264 profile ...)

Referenced by aout_update_format().

◆ p_extra

void* es_format_t::p_extra

extra data needed by some decoders or muxers

◆ p_extra_languages

extra_languages_t* es_format_t::p_extra_languages

extra language data needed by some decoders

◆ psz_description

char* es_format_t::psz_description

human-readable description of language

◆ psz_language

char* es_format_t::psz_language

human-readable language name

◆ subs

subs_format_t es_format_t::subs

description of subtitle format

Referenced by EsOutGetClosedCaptionsChannel().

◆ video

video_format_t es_format_t::video

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