VLC
4.0.0-dev
|
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_t * | p_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... | |
union { ... } |
audio_format_t es_format_t::audio |
description of audio format
Referenced by aout_FiltersDrain(), aout_FiltersPlay(), AppendFilter(), CreateFilter(), decoder_NewAudioBuffer(), es_format_IsSimilar(), EsOutFillEsFmt(), EsOutUpdateInfo(), ModuleThread_UpdateAudioFormat(), and vlc_strfplayer().
audio_replay_gain_t es_format_t::audio_replay_gain |
Referenced by CreateDecoder(), EsOutFillEsFmt(), EsOutUpdateInfo(), and ModuleThread_UpdateAudioFormat().
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().
unsigned int es_format_t::i_bitrate |
bitrate of this ES
Referenced by EsOutUpdateInfo(), and vlc_strfplayer().
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().
vlc_fourcc_t es_format_t::i_codec |
FOURCC value as used in vlc.
Referenced by CreateConverter(), CreateDecoder(), CreateEncoder(), CreateFilter(), CreateVoutIfNeeded(), decoder_New(), decoder_UpdateVideoOutput(), DecoderHasVbi(), DecoderUnsupportedCodec(), DecoderUpdatePreroll(), DeleteDecoder(), es_format_Init(), es_format_IsSimilar(), EsIsSelected(), EsOutAddLocked(), EsOutEsUpdateFmt(), EsOutFillEsFmt(), EsOutGetClosedCaptionsChannel(), EsOutSelectEs(), EsOutUnselectEs(), EsOutUpdateInfo(), filter_ConfigureBlend(), filter_NewBlend(), ImageRead(), ImageWrite(), ModuleThread_UpdateAudioFormat(), ModuleThread_UpdateVideoFormat(), sout_InputNew(), SpuRenderRegion(), and vlc_player_input_HandleEsEvent().
int es_format_t::i_extra |
length in bytes of extra data pointer
Referenced by es_format_Clean(), and es_format_Copy().
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().
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().
int es_format_t::i_id |
es identifier, where means -1: let the core mark the right id >=0: valid id
Referenced by DecoderUpdatePreroll(), es_format_Init(), EsDeleteCCChannels(), EsOutAddLocked(), EsOutCreateCCChannels(), EsOutCreateStrId(), EsOutEsUpdateFmt(), EsOutSelect(), EsOutSelectEs(), EsOutUnselectEs(), EsOutVaControlLocked(), input_item_UpdateTracksInfo(), and vlc_player_GetFirstSelectedTrackId().
int es_format_t::i_level |
codec specific information: indicates maximum restrictions on the stream (resolution, bitrate, codec features ...)
Referenced by es_format_Init().
vlc_fourcc_t es_format_t::i_original_fourcc |
original FOURCC from the container
Referenced by EsOutAddLocked(), EsOutEsUpdateFmt(), and EsOutUpdateInfo().
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().
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().
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().
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().
char* es_format_t::psz_description |
human-readable description of language
Referenced by es_format_Clean(), es_format_Copy(), es_format_Init(), EsGetTitle(), EsOutCreateCCChannels(), EsOutEsUpdateFmt(), and EsOutUpdateInfo().
char* es_format_t::psz_language |
human-readable language name
Referenced by DecoderUpdatePreroll(), es_format_Clean(), es_format_Copy(), es_format_Init(), EsOutAddLocked(), EsOutEsUpdateFmt(), and EsOutUpdateEsLanguageTitle().
subs_format_t es_format_t::subs |
description of subtitle format
Referenced by DecoderUpdatePreroll(), es_format_Clean(), es_format_Copy(), EsOutCreateCCChannels(), EsOutEsUpdateFmt(), EsOutGetClosedCaptionsChannel(), vlc_input_decoder_SetCcState(), and vlc_player_input_HandleEsEvent().
video_format_t es_format_t::video |
description of video format
Referenced by ConvertRGB32AndBlend(), CreateConverter(), CreateEncoder(), CreateVoutIfNeeded(), decoder_NewPicture(), decoder_UpdateVideoOutput(), es_format_Clean(), es_format_Copy(), es_format_Init(), es_format_InitFromVideo(), es_format_IsSimilar(), EsOutFillEsFmt(), EsOutUpdateInfo(), filter_chain_GetVideoCtxOut(), filter_ConfigureBlend(), filter_NewBlend(), filter_NewPicture(), ImageConvert(), ImageRead(), ImageWrite(), ModuleThread_GetDecoderDevice(), ModuleThread_UpdateVideoFormat(), picture_BlendSubpicture(), SpuRenderCreateAndLoadScale(), SpuRenderCreateAndLoadText(), SpuRenderRegion(), SpuRenderText(), ThreadDisplayRenderPicture(), thumbnailer_buffer_new(), VideoBufferNew(), VoutVideoFilterInteractiveNewPicture(), and VoutVideoFilterStaticNewPicture().