|
VLC
3.0.15
|

Data Fields | |
| vlc_mutex_t | lock |
| module_t * | module |
| Output plugin (or NULL if inactive) More... | |
| aout_filters_t * | filters |
| aout_volume_t * | volume |
| struct { | |
| vlc_mutex_t lock | |
| char * device | |
| float volume | |
| signed char mute | |
| } | req |
| 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 { | |
| mtime_t end | |
| Last seen PTS. More... | |
| unsigned resamp_start_drift | |
| Resampler drift absolute value. More... | |
| int resamp_type | |
| Resampler mode (FIXME: redundant / resampling) More... | |
| bool discontinuity | |
| } | sync |
| int | initial_stereo_mode |
| Initial stereo mode set by options. More... | |
| audio_sample_format_t | input_format |
| audio_sample_format_t | mixer_format |
| aout_request_vout_t | request_vout |
| aout_filters_cfg_t | filters_cfg |
| atomic_uint | buffers_lost |
| atomic_uint | buffers_played |
| atomic_uchar | restart |
| 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().
| unsigned aout_owner_t::count |
Referenced by aout_DevicesList(), and aout_HotplugNotify().
| struct { ... } aout_owner_t::dev |
Referenced by aout_Destructor(), aout_DevicesList(), aout_HotplugNotify(), and aout_New().
| char* aout_owner_t::device |
Referenced by aout_Destructor(), aout_DeviceSet(), aout_New(), and aout_OutputUnlock().
| bool aout_owner_t::discontinuity |
Referenced by aout_DecNew(), aout_DecPlay(), and aout_DecSynchronize().
| mtime_t aout_owner_t::end |
Last seen PTS.
Referenced by aout_CheckReady(), aout_DecChangePause(), aout_DecFlush(), aout_DecNew(), aout_DecPlay(), and aout_DecSynchronize().
| aout_filters_t* aout_owner_t::filters |
Referenced by aout_CheckReady(), aout_DecDelete(), aout_DecFlush(), aout_DecNew(), aout_DecPlay(), aout_DecSynchronize(), and aout_StopResampling().
| aout_filters_cfg_t aout_owner_t::filters_cfg |
Referenced by aout_CheckReady(), and aout_DecNew().
| int aout_owner_t::initial_stereo_mode |
Initial stereo mode set by options.
Referenced by aout_DecNew(), and aout_New().
| audio_sample_format_t aout_owner_t::input_format |
Referenced by aout_CheckReady(), aout_DecNew(), and aout_DecPlay().
| aout_dev_t* aout_owner_t::list |
Referenced by aout_Destructor(), aout_DevicesList(), and aout_HotplugNotify().
| 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_DecFlush(), aout_DecNew(), aout_DecSilence(), and aout_OutputPlay().
| module_t* aout_owner_t::module |
Output plugin (or NULL if inactive)
Referenced by aout_Destroy(), and aout_New().
| signed char aout_owner_t::mute |
Referenced by aout_MuteSet(), aout_New(), and aout_OutputUnlock().
| struct { ... } aout_owner_t::req |
Referenced by aout_Destructor(), aout_DeviceSet(), aout_MuteSet(), aout_New(), aout_OutputUnlock(), and aout_VolumeSet().
| aout_request_vout_t aout_owner_t::request_vout |
Referenced by aout_CheckReady(), and aout_DecNew().
| unsigned aout_owner_t::resamp_start_drift |
Resampler drift absolute value.
Referenced by aout_DecSynchronize().
| int aout_owner_t::resamp_type |
Resampler mode (FIXME: redundant / resampling)
Referenced by aout_CheckReady(), aout_DecNew(), aout_DecSynchronize(), and aout_StopResampling().
| atomic_uchar aout_owner_t::restart |
Referenced by aout_CheckReady(), aout_DecNew(), and aout_RequestRestart().
| struct { ... } aout_owner_t::sync |
Referenced by aout_CheckReady(), aout_DecChangePause(), aout_DecFlush(), aout_DecNew(), aout_DecPlay(), aout_DecSynchronize(), and aout_StopResampling().
| 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(), aout_GainNotify(), aout_New(), aout_OutputUnlock(), and aout_VolumeSet().
| float aout_owner_t::volume |
| struct { ... } aout_owner_t::vp |
Referenced by aout_ChangeViewpoint(), aout_DecNew(), aout_DecPlay(), aout_Destructor(), and aout_New().
1.8.16