Home | History | Annotate | Download | only in webrtc

Lines Matching refs:streams

59 // Checks if each Stream within the |streams| has unique id.
60 static bool ValidStreams(const MediaSessionOptions::Streams& streams) {
61 MediaSessionOptions::Streams sorted_streams = streams;
63 MediaSessionOptions::Streams::iterator it =
186 if (!ValidStreams(options.streams)) {
187 error += " called with invalid media streams.";
240 if (!ValidStreams(options.streams)) {
241 error += " called with invalid media streams.";
246 // RTP data channel is handled in MediaSessionOptions::AddStream. SCTP streams