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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.h 175 const std::string& streamid) :
178 streamid(streamid) {
183 return stream.groupid == groupid && stream.id == streamid;
191 std::string streamid; member in struct:cricket::StreamSelector
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 536 // |streamid| and |sync_label| are both set to the DataChannel label
539 // track label is the same as |streamid|.
540 const std::string& streamid = channel->label(); local
542 options_.AddStream(cricket::MEDIA_TYPE_DATA, streamid, sync_label);
847 // track label is the same as |streamid|.
    [all...]
  /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...]

Completed in 38 milliseconds