hey guys... im studying AudioStreams ... request some help...
For Eg...
GetVolume (Channel As Int) As Int
Returns the volume of the specified channel.
Channel - One of the VOLUME constants.
.... but what if i want the volume & name of which ever Audio Channel... is presently active(or most relevant)..? then what do i do?
like eg.. in the SDK all i could find is...
adjustVolume(int direction, int flags)
Adjusts the volume of the most relevant stream.
But this adjusts... i only want to know "at this moment" which is the most relevant Audio Channel(presently active audio stream) and what is its volume?
any ideas?... thanx in advance
YO!han
For Eg...
GetVolume (Channel As Int) As Int
Returns the volume of the specified channel.
Channel - One of the VOLUME constants.
.... but what if i want the volume & name of which ever Audio Channel... is presently active(or most relevant)..? then what do i do?
like eg.. in the SDK all i could find is...
adjustVolume(int direction, int flags)
Adjusts the volume of the most relevant stream.
But this adjusts... i only want to know "at this moment" which is the most relevant Audio Channel(presently active audio stream) and what is its volume?
any ideas?... thanx in advance
YO!han