HomeSort by relevance Sort by last modified time
    Searched refs:streamid (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.h 166 const std::string& streamid) :
169 streamid(streamid) {
174 return stream.groupid == groupid && stream.id == streamid;
182 std::string streamid; member in struct:cricket::StreamSelector
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 253 std::string streamid = "screencast"; local
261 session, streamid, screencast_ssrc_, screencastid, fps);
266 std::string streamid = "screencast"; local
270 call_->StopScreencast(session, streamid, screencast_ssrc_);
300 // "" is the default streamid.
752 void CallClient::SendData(const std::string& streamid,
774 data->streams(), "", streamid, &stream)) {
776 << streamid << ".";
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 176 << it->selector.streamid << "'"
477 const std::string& streamid, uint32 ssrc,
521 stream.id = streamid;
532 const std::string& streamid, uint32 ssrc) {
545 stream.id = streamid;
    [all...]
channel.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 515 // |streamid| and |sync_label| are both set to the DataChannel label
518 // track label is the same as |streamid|.
519 const std::string& streamid = channel->label(); local
521 options_.AddStream(cricket::MEDIA_TYPE_DATA, streamid, sync_label);
814 // track label is the same as |streamid|.
    [all...]

Completed in 95 milliseconds