VLC 4.0.0-dev
|
#include <aout_internal.h>
Data Fields | ||
vlc_mutex_t | lock | |
module_t *bool | bitexact | |
< Output plugin (or NULL if inactive) | ||
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. | ||
int | requested_mix_mode | |
Requested mix mode set by the user. | ||
struct vlc_audio_meter | meter | |
vlc_atomic_rc_t | rc | |
module_t* bool aout_owner_t::bitexact |
< Output plugin (or NULL if inactive)
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 |
struct vlc_audio_meter aout_owner_t::meter |
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().