Home | History | Annotate | Download | only in phone

Lines Matching refs:ssrc

93   // Sets the SSRC to be used for outgoing data.
115 uint32 ssrc;
127 uint32 ssrc;
138 uint32 ssrc;
154 uint32 ssrc;
218 // Adds a new receive-only stream with the specified SSRC.
219 virtual bool AddStream(uint32 ssrc) = 0;
221 virtual bool RemoveStream(uint32 ssrc) = 0;
235 virtual void GetLastMediaError(uint32* ssrc,
242 // ssrc(uint32), and error(VoiceMediaChannel::Error).
443 // Adds a new receive-only stream with the specified SSRC.
444 virtual bool AddStream(uint32 ssrc, uint32 voice_ssrc) = 0;
446 virtual bool RemoveStream(uint32 ssrc) = 0;
448 // If SSRC is 0, the renderer is used for the 'default' stream.
449 virtual bool SetRenderer(uint32 ssrc, VideoRenderer* renderer) = 0;