Home | History | Annotate | Download | only in include

Lines Matching refs:channel

72   virtual int SetInputMute(int channel, bool enable) = 0;
75 virtual int GetInputMute(int channel, bool& enabled) = 0;
83 virtual int GetSpeechOutputLevel(int channel, unsigned int& level) = 0;
90 virtual int GetSpeechOutputLevelFullRange(int channel,
94 // channel. Valid scale range is [0.0, 10.0].
95 virtual int SetChannelOutputVolumeScaling(int channel, float scaling) = 0;
97 // Gets the current volume scaling for a specified |channel|.
98 virtual int GetChannelOutputVolumeScaling(int channel, float& scaling) = 0;
102 virtual int SetOutputVolumePan(int channel, float left, float right) = 0;
105 virtual int GetOutputVolumePan(int channel, float& left, float& right) = 0;