[vlc-devel] Re: Change the audio volume in a stream...
madmax
madmax at libertysurf.fr
Thu Dec 2 19:11:33 CET 2004
I tried in the VLM to change the audio volume in one stream
(p_instance->p_input) => the input thread of the stream I want to cut the
sound, but as I was expected, with the aout_VolumeSet() function, the sound
is muted for all the streams, and not only one.
So I can't use aout_VolumeSet().
So is there a possibility to change the volume in only one stream (in input
will be ok, but in output will be better) in order to activate/deactivate
the sound using the VLM. If there is not, can I have clues on how to do
this.
Thanks a lot.
Maxime
----- Original Message -----
From: "Clément Stenac" <zorglub at via.ecp.fr>
To: <vlc-devel at videolan.org>
Sent: Wednesday, December 01, 2004 5:12 PM
Subject: [vlc-devel] Re: Change the audio volume in a stream...
> Hello,
>
> > Is there a function to change the audio volume in a stream ?
>
> aout_VolumeGet
> aout_VolumeSet
> aout_VolumeMute
> aout_VolumeUp, Down
>
> defined in src/audio_output/intf.c
>
> --
> Zorglub
> Clément Stenac
>
> --
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://developers.videolan.org/lists.html
>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list