Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:channel

26   int SetSendCodec(int channel, const CodecInst& codec) override;
28 int GetSendCodec(int channel, CodecInst& codec) override;
30 int SetBitRate(int channel, int bitrate_bps) override;
32 int GetRecCodec(int channel, CodecInst& codec) override;
35 int channel,
39 int SetRecPayloadType(int channel, const CodecInst& codec) override;
41 int GetRecPayloadType(int channel, CodecInst& codec) override;
43 int SetFECStatus(int channel, bool enable) override;
45 int GetFECStatus(int channel, bool& enabled) override;
47 int SetVADStatus(int channel,
52 int GetVADStatus(int channel,
57 int SetOpusMaxPlaybackRate(int channel, int frequency_hz) override;
59 int SetOpusDtx(int channel, bool enable_dtx) override;