VLC 4.0.0-dev
|
#include <aout_internal.h>
Data Fields | |
vlc_mutex_t | lock |
module_t * | module |
Output plugin (or NULL if inactive) More... | |
bool | bitexact |
vlc_aout_stream * | main_stream |
struct { | |
vlc_mutex_t lock | |
struct vlc_list list | |
unsigned count | |
} | dev |
struct { | |
atomic_bool update | |
vlc_mutex_t lock | |
vlc_viewpoint_t value | |
} | vp |
int | requested_stereo_mode |
Requested stereo mode set by the user. More... | |
int | requested_mix_mode |
Requested mix mode set by the user. More... | |
struct vlc_audio_meter | meter |
vlc_atomic_rc_t | rc |
bool aout_owner_t::bitexact |
Referenced by aout_New(), stream_CheckReady(), stream_HandleDrift(), and vlc_aout_stream_New().
unsigned aout_owner_t::count |
Referenced by aout_DevicesList(), and aout_HotplugNotify().
struct { ... } aout_owner_t::dev |
Referenced by aout_Destroy(), aout_DevicesList(), aout_HotplugNotify(), and aout_New().
struct vlc_list aout_owner_t::list |
Referenced by aout_Destroy(), aout_DevicesList(), aout_HotplugNotify(), and aout_New().
vlc_mutex_t aout_owner_t::lock |
vlc_aout_stream* aout_owner_t::main_stream |
Referenced by aout_DrainedNotify(), aout_GainNotify(), aout_New(), aout_OutputDelete(), aout_OutputNew(), aout_RestartNotify(), and aout_TimingNotify().
struct vlc_audio_meter aout_owner_t::meter |
module_t* aout_owner_t::module |
Output plugin (or NULL if inactive)
Referenced by aout_Destroy(), and aout_New().
vlc_atomic_rc_t aout_owner_t::rc |
Referenced by aout_Hold(), aout_New(), and aout_Release().
int aout_owner_t::requested_mix_mode |
Requested mix mode set by the user.
Referenced by aout_New(), aout_OutputNew(), and MixModeCallback().
int aout_owner_t::requested_stereo_mode |
Requested stereo mode set by the user.
Referenced by aout_New(), aout_PrepareStereoMode(), and StereoModeCallback().
atomic_bool aout_owner_t::update |
Referenced by aout_ChangeViewpoint(), aout_New(), vlc_aout_stream_New(), and vlc_aout_stream_Play().
vlc_viewpoint_t aout_owner_t::value |
Referenced by aout_ChangeViewpoint(), aout_New(), and vlc_aout_stream_Play().
struct { ... } aout_owner_t::vp |
Referenced by aout_ChangeViewpoint(), aout_New(), vlc_aout_stream_New(), and vlc_aout_stream_Play().