VLC  4.0.0-dev
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

◆ @207

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(), decoder_New(), demux_PacketizerNew(), and es_format_Init().

◆ i_bitrate

unsigned int es_format_t::i_bitrate

bitrate of this ES

Referenced by EsOutUpdateInfo(), and vlc_strfplayer().

◆ i_cat

enum es_format_category_e es_format_t::i_cat

ES category.

Referenced by CreateDecoder(), decoder_AbortPictures(), decoder_GetDecoderDevice(), decoder_GetDisplayDate(), decoder_GetDisplayRate(), decoder_Init(), decoder_New(), decoder_NewPicture(), decoder_NewSubpicture(), decoder_QueueAudio(), decoder_QueueCc(), decoder_QueueSub(), decoder_QueueVideo(), decoder_UpdateAudioFormat(), decoder_UpdateVideoOutput(), DecoderHasVbi(), DecoderThread(), DecoderThread_ChangeDelay(), DecoderThread_ChangePause(), DecoderThread_ChangeRate(), DecoderThread_Flush(), DecoderThread_Reload(), DecoderUnsupportedCodec(), DeleteDecoder(), demux_PacketizerNew(), es_format_Clean(), es_format_Copy(), es_format_Init(), es_format_IsSimilar(), EsOutAddLocked(), EsOutCreateDecoder(), EsOutCreateStrId(), EsOutDecoderChangeDelay(), EsOutDecodersStopBuffering(), EsOutDelLocked(), EsOutEsUpdateFmt(), EsOutFillEsFmt(), EsOutGetSelectedCat(), EsOutGetTracksDelay(), EsOutSelect(), EsOutSelectEs(), EsOutSelectList(), EsOutSelectListFromProps(), EsOutSendEsEvent(), EsOutSetEsDelay(), EsOutUpdateInfo(), EsOutVaControlLocked(), EsOutVaPrivControlLocked(), filter_chain_AppendInner(), ImageRead(), LoadDecoder(), sout_MuxGetStream(), vlc_encoder_GetDecoderDevice(), vlc_input_decoder_AddVoutOverlay(), vlc_input_decoder_Delete(), vlc_input_decoder_DelVoutOverlay(), vlc_input_decoder_Flush(), vlc_input_decoder_FrameNext(), vlc_input_decoder_IsEmpty(), vlc_input_decoder_SetSpuHighlight(), vlc_input_decoder_SetVoutMouseEvent(), vlc_player_input_HandleEsEvent(), vlc_player_input_HandleVoutEvent(), and vlc_player_SetEsIdDelay().

◆ 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

Referenced by es_format_Clean(), and es_format_Copy().

◆ i_extra_languages

unsigned es_format_t::i_extra_languages

length in bytes of extra language data pointer

Referenced by es_format_Clean(), es_format_Copy(), and EsOutEsUpdateFmt().

◆ i_group

int es_format_t::i_group

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

Referenced by DecoderUpdatePreroll(), EsOutAddLocked(), EsOutCreateCCChannels(), EsOutDelLocked(), EsOutEsUpdateFmt(), EsOutProgramDel(), EsOutProgramSelect(), and EsOutVaControlLocked().

◆ i_id

int es_format_t::i_id

◆ i_level

int es_format_t::i_level

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

Referenced by es_format_Init().

◆ i_original_fourcc

vlc_fourcc_t es_format_t::i_original_fourcc

original FOURCC from the container

Referenced by EsOutAddLocked(), EsOutEsUpdateFmt(), and EsOutUpdateInfo().

◆ 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 es_format_Init(), EsOutEsUpdateFmt(), and EsOutSelect().

◆ i_profile

int es_format_t::i_profile

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

Referenced by es_format_Init(), es_format_IsSimilar(), and ModuleThread_UpdateAudioFormat().

◆ p_extra

void* es_format_t::p_extra

extra data needed by some decoders or muxers

Referenced by es_format_Clean(), es_format_Copy(), and es_format_Init().

◆ p_extra_languages

extra_languages_t* es_format_t::p_extra_languages

extra language data needed by some decoders

Referenced by es_format_Clean(), es_format_Copy(), es_format_Init(), and EsOutEsUpdateFmt().

◆ psz_description

char* es_format_t::psz_description

◆ psz_language

char* es_format_t::psz_language

◆ subs

subs_format_t es_format_t::subs

◆ video

video_format_t es_format_t::video

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