Lines Matching refs:volume
97 // Sets the relative volume, with range [0.0, 1.0] inclusive.
98 virtual void SetVolume(double volume) = 0;
100 // Gets the relative volume, with range [0.0, 1.0] inclusive.
101 virtual void GetVolume(double* volume) = 0;
118 double volume) = 0;
153 // Returns the maximum microphone analog volume or 0.0 if device does not
154 // have volume control.
157 // Sets the microphone analog volume, with range [0, max_volume] inclusive.
158 virtual void SetVolume(double volume) = 0;
160 // Returns the microphone analog volume, with range [0, max_volume] inclusive.