VLC
4.0.0-dev
|
Data Fields | |
vlc_mutex_t | lock |
module_t * | module |
Output plugin (or NULL if inactive) More... | |
aout_filters_t * | filters |
aout_volume_t * | volume |
bool | bitexact |
struct { | |
vlc_mutex_t lock | |
aout_dev_t * list | |
unsigned count | |
} | dev |
struct { | |
atomic_bool update | |
vlc_mutex_t lock | |
vlc_viewpoint_t value | |
} | vp |
struct { | |
struct vlc_clock_t * clock | |
float rate | |
Play-out speed rate. More... | |
vlc_tick_t resamp_start_drift | |
Resampler drift absolute value. More... | |
int resamp_type | |
Resampler mode (FIXME: redundant / resampling) More... | |
bool discontinuity | |
vlc_tick_t request_delay | |
vlc_tick_t delay | |
vlc_tick_t first_pts | |
} | sync |
vlc_tick_t | original_pts |
int | requested_stereo_mode |
Requested stereo mode set by the user. More... | |
int | input_profile |
audio_sample_format_t | input_format |
audio_sample_format_t | filter_format |
audio_sample_format_t | mixer_format |
aout_filters_cfg_t | filters_cfg |
atomic_uint | buffers_lost |
atomic_uint | buffers_played |
atomic_uchar | restart |
vlc_atomic_rc_t | rc |
bool aout_owner_t::bitexact |
Referenced by aout_CheckReady(), aout_DecNew(), aout_New(), and aout_RequestRetiming().
atomic_uint aout_owner_t::buffers_lost |
Referenced by aout_DecGetResetStats(), aout_DecNew(), and aout_DecPlay().
atomic_uint aout_owner_t::buffers_played |
Referenced by aout_DecGetResetStats(), aout_DecNew(), and aout_DecPlay().
struct vlc_clock_t* aout_owner_t::clock |
unsigned aout_owner_t::count |
Referenced by aout_DevicesList(), and aout_HotplugNotify().
vlc_tick_t aout_owner_t::delay |
Referenced by aout_CheckReady(), aout_DecFlush(), aout_DecNew(), and aout_DecPlay().
struct { ... } aout_owner_t::dev |
Referenced by aout_DevicesList(), aout_HotplugNotify(), aout_New(), and aout_Release().
bool aout_owner_t::discontinuity |
Referenced by aout_DecDrain(), aout_DecFlush(), aout_DecNew(), aout_DecPlay(), aout_DecSynchronize(), and aout_RequestRetiming().
audio_sample_format_t aout_owner_t::filter_format |
Referenced by aout_CheckReady(), aout_DecNew(), and aout_OutputNew().
aout_filters_t* aout_owner_t::filters |
aout_filters_cfg_t aout_owner_t::filters_cfg |
Referenced by aout_CheckReady(), aout_DecNew(), and aout_OutputNew().
vlc_tick_t aout_owner_t::first_pts |
audio_sample_format_t aout_owner_t::input_format |
Referenced by aout_CheckReady(), aout_DecNew(), and aout_DecPlay().
int aout_owner_t::input_profile |
Referenced by aout_DecNew(), and aout_OutputNew().
aout_dev_t* aout_owner_t::list |
Referenced by aout_DevicesList(), aout_HotplugNotify(), and aout_Release().
vlc_mutex_t aout_owner_t::lock |
audio_sample_format_t aout_owner_t::mixer_format |
Referenced by aout_CheckReady(), aout_DecChangePause(), aout_DecDelete(), aout_DecDrain(), aout_DecFlush(), aout_DecNew(), aout_DecSilence(), and aout_OutputNew().
module_t* aout_owner_t::module |
Output plugin (or NULL if inactive)
Referenced by aout_Destroy(), and aout_New().
vlc_tick_t aout_owner_t::original_pts |
Referenced by aout_DecDrain(), aout_DecFlush(), aout_DecNew(), and aout_DecPlay().
float aout_owner_t::rate |
Play-out speed rate.
Referenced by aout_DecChangeRate(), aout_DecNew(), aout_DecPlay(), aout_DecSilence(), aout_DecSynchronize(), and aout_RequestRetiming().
vlc_atomic_rc_t aout_owner_t::rc |
Referenced by aout_Hold(), aout_New(), and aout_Release().
vlc_tick_t aout_owner_t::request_delay |
Referenced by aout_DecChangeDelay(), aout_DecFlush(), aout_DecNew(), and aout_DecPlay().
int aout_owner_t::requested_stereo_mode |
Requested stereo mode set by the user.
Referenced by aout_New(), aout_OutputNew(), aout_PrepareStereoMode(), and StereoModeCallback().
vlc_tick_t aout_owner_t::resamp_start_drift |
Resampler drift absolute value.
Referenced by aout_RequestRetiming().
int aout_owner_t::resamp_type |
Resampler mode (FIXME: redundant / resampling)
Referenced by aout_CheckReady(), aout_DecNew(), aout_RequestRetiming(), and aout_StopResampling().
atomic_uchar aout_owner_t::restart |
Referenced by aout_CheckReady(), aout_DecNew(), and aout_RequestRestart().
struct { ... } aout_owner_t::sync |
atomic_bool aout_owner_t::update |
Referenced by aout_ChangeViewpoint(), aout_DecNew(), aout_DecPlay(), and aout_New().
vlc_viewpoint_t aout_owner_t::value |
Referenced by aout_ChangeViewpoint(), aout_DecPlay(), and aout_New().
aout_volume_t* aout_owner_t::volume |
Referenced by aout_CheckReady(), aout_DecDelete(), aout_DecNew(), aout_DecPlay(), and aout_GainNotify().
struct { ... } aout_owner_t::vp |
Referenced by aout_ChangeViewpoint(), aout_DecNew(), aout_DecPlay(), and aout_New().