Home | History | Annotate | Download | only in audio

Lines Matching refs:volume

93   // Sets the relative volume, with range [0.0, 1.0] inclusive.
94 virtual void SetVolume(double volume) = 0;
96 // Gets the relative volume, with range [0.0, 1.0] inclusive.
97 virtual void GetVolume(double* volume) = 0;
116 double volume) {};
123 double volume) {};
154 // Returns the maximum microphone analog volume or 0.0 if device does not
155 // have volume control.
158 // Sets the microphone analog volume, with range [0, max_volume] inclusive.
159 virtual void SetVolume(double volume) = 0;
161 // Returns the microphone analog volume, with range [0, max_volume] inclusive.