Home | History | Annotate | Download | only in webrtc

Lines Matching refs:ssrc

47   // Enable/disable the audio playout of a remote audio track with |ssrc|.
48 virtual void SetAudioPlayout(uint32 ssrc, bool enable,
50 // Enable/disable sending audio on the local audio track with |ssrc|.
52 virtual void SetAudioSend(uint32 ssrc, bool enable,
56 // Sets the audio playout volume of a remote audio track with |ssrc|.
58 virtual void SetAudioPlayoutVolume(uint32 ssrc, double volume) = 0;
69 virtual bool SetCaptureDevice(uint32 ssrc,
71 // Enable/disable the video playout of a remote video track with |ssrc|.
72 virtual void SetVideoPlayout(uint32 ssrc, bool enable,
74 // Enable sending video on the local video track with |ssrc|.
75 virtual void SetVideoSend(uint32 ssrc, bool enable,