Collaboration diagram for libvlc_audio:
|
| int libvlc_audio_get_channel | ( | libvlc_instance_t * | , | |
| libvlc_exception_t * | ||||
| ) |
Get current audio channel.
| p_instance | vlc instance | |
| p_e | an initialized exception pointer |
| int libvlc_audio_get_mute | ( | libvlc_instance_t * | , | |
| libvlc_exception_t * | ||||
| ) |
Get current mute status.
| p_instance | libvlc instance | |
| p_e | an initialized exception pointer |
| int libvlc_audio_get_track | ( | libvlc_media_player_t * | , | |
| libvlc_exception_t * | ||||
| ) |
Get current audio track.
| p_mi | media player | |
| p_e | an initialized exception pointer |
| int libvlc_audio_get_track_count | ( | libvlc_media_player_t * | , | |
| libvlc_exception_t * | ||||
| ) |
Get number of available audio tracks.
| p_mi | media player | |
| p_e | an initialized exception |
| int libvlc_audio_get_volume | ( | libvlc_instance_t * | , | |
| libvlc_exception_t * | ||||
| ) |
Get current audio level.
| p_instance | libvlc instance | |
| p_e | an initialized exception pointer |
| void libvlc_audio_set_channel | ( | libvlc_instance_t * | , | |
| int | , | |||
| libvlc_exception_t * | ||||
| ) |
Set current audio channel.
| p_instance | vlc instance | |
| i_channel | the audio channel (int) | |
| p_e | an initialized exception pointer |
| void libvlc_audio_set_mute | ( | libvlc_instance_t * | , | |
| int | , | |||
| libvlc_exception_t * | ||||
| ) |
Set mute status.
| p_instance | libvlc instance | |
| status | If status is true then mute, otherwise unmute | |
| p_e | an initialized exception pointer |
| void libvlc_audio_set_track | ( | libvlc_media_player_t * | , | |
| int | , | |||
| libvlc_exception_t * | ||||
| ) |
Set current audio track.
| p_mi | media player | |
| i_track | the track (int) | |
| p_e | an initialized exception pointer |
| void libvlc_audio_set_volume | ( | libvlc_instance_t * | , | |
| int | , | |||
| libvlc_exception_t * | ||||
| ) |
Set current audio level.
| p_instance | libvlc instance | |
| i_volume | the volume (int) | |
| p_e | an initialized exception pointer |
| void libvlc_audio_toggle_mute | ( | libvlc_instance_t * | , | |
| libvlc_exception_t * | ||||
| ) |
Toggle mute status.
| p_instance | libvlc instance | |
| p_e | an initialized exception pointer |
1.5.1