|
VLC
2.1.0-git
|
Audio volume. More...

Data Fields | |
| vlc_fourcc_t | format |
| Audio samples format. | |
| void(* | amplify )(audio_volume_t *, block_t *, float) |
| Amplifier. | |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
Audio volume.
| void(* audio_volume::amplify)(audio_volume_t *, block_t *, float) |
Amplifier.
Referenced by aout_volume_Amplify().
| bool audio_volume::b_force |
set by the outside (eg.
| vlc_fourcc_t audio_volume::format |
Audio samples format.
Referenced by aout_volume_SetFormat().
| int audio_volume::i_flags |
| libvlc_int_t* audio_volume::p_libvlc |
(root of all evil) - 1
| vlc_object_t* audio_volume::p_parent |
our parent
Referenced by aout_volume_Delete().
| char* audio_volume::psz_header |
| const char* audio_volume::psz_object_type |
1.8.1.2