Home | History | Annotate | Download | only in webrtc

Lines Matching defs:ssrc

68                                      uint32 ssrc) = 0;
73 uint32 ssrc) = 0;
86 uint32 ssrc) = 0;
91 uint32 ssrc) = 0;
125 // session description. This will set the SSRC used for sending data on
128 // session description. If the DataChannel label and a SSRC is included in
129 // the description, the DataChannel is updated with SSRC that will be used
131 // 4. When both the local and remote SSRC of a DataChannel is set the state of
136 // session description. If a label and a SSRC of a new DataChannel is found
137 // MediaStreamSignalingObserver::OnAddDataChannel with the label and SSRC is
139 // 2. Create a DataChannel instance with the label and set the remote SSRC.
143 // set the local SSRC used by the DataChannel.
144 // 5. When both the local and remote SSRC of a DataChannel is set the state of
153 // DataChannel label or SSRC.
156 // DataChannel label or SSRC. The DataChannel SSRC is updated with SSRC=0.
234 // It also updates local DataChannels with information about its local SSRC.
244 // Returns the SSRC for a given track.
245 bool GetRemoteAudioTrackSsrc(const std::string& track_id, uint32* ssrc) const;
246 bool GetRemoteVideoTrackSsrc(const std::string& track_id, uint32* ssrc) const;
281 TrackInfo() : ssrc(0) {}
284 uint32 ssrc)
287 ssrc(ssrc) {
291 uint32 ssrc;
312 uint32 ssrc,
353 uint32 ssrc,