
Data Fields | |
| vlc_mutex_t | input_fifos_lock |
| vlc_mutex_t | mixer_lock |
| vlc_mutex_t | output_fifo_lock |
| aout_input_t * | pp_inputs [5] |
| int | i_nb_inputs |
| audio_sample_format_t | mixer_format |
| aout_alloc_t | mixer_allocation |
| float | mixer_multiplier |
| aout_mixer_t * | p_mixer |
| aout_output_t | output |
VLC_COMMON_MEMBERS these members are common for all vlc objects | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| volatile bool | b_error |
| set by the object | |
| volatile bool | b_die |
| set by the outside | |
| bool | b_force |
| set by the outside (eg. | |
| bool | be_sure_to_add_VLC_COMMON_MEMBERS_to_struct |
| Just a reminder so that people don't cast garbage. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
| const char* aout_instance_t::psz_object_type |
| volatile bool aout_instance_t::b_error |
set by the object
| volatile bool aout_instance_t::b_die |
set by the outside (eg.
Just a reminder so that people don't cast garbage.
our parent
Referenced by __aout_New(), aout_assert_fifo_locked(), aout_Destructor(), aout_lock_mixer(), and aout_unlock_mixer().
Referenced by __aout_New(), aout_assert_fifo_locked(), aout_Destructor(), aout_lock_output_fifo(), aout_unlock_output_fifo(), SDLCallback(), and Thread().
Referenced by aout_InputNew(), aout_InputPlay(), aout_MixerNew(), and aout_OutputNew().
Referenced by aout_MixerNew(), and aout_OutputNew().
Referenced by __aout_New(), aout_MixerMultiplierGet(), aout_MixerMultiplierSet(), aout_MixerNew(), and ReplayGainCallback().
Referenced by __aout_New(), __aout_VolumeGet(), __aout_VolumeSet(), ALSAFill(), ALSAThread(), aout_assert_fifo_locked(), aout_OutputDelete(), aout_OutputNew(), aout_OutputNextBuffer(), aout_OutputPlay(), aout_VolumeNoneInit(), aout_VolumeSoftGet(), aout_VolumeSoftInit(), aout_VolumeSoftSet(), BufferDuration(), CallBackDirectSoundEnum(), Close(), CloseAudio(), context_state_cb(), CreateDSBuffer(), DestroyDSBuffer(), FillBuffer(), GetBufInfo(), MixBuffer(), Open(), OpenAnalog(), OpenAudio(), OpenSPDIF(), OpenWaveOut(), OSSThread(), Play(), PlayWaveOut(), Probe(), Process(), QNXaoutThread(), RenderCallbackAnalog(), RenderCallbackSPDIF(), SDLCallback(), stream_latency_update_cb(), stream_request_cb(), stream_state_cb(), success_cb(), Thread(), uninit(), and WaveOutCallback().
1.5.6