Searched refs:mslabel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc133 static const char kSsrcAttributeMslabel[] = "mslabel";
234 std::string mslabel; member in struct:webrtc::SsrcInfo
594 !ssrc_info->mslabel.empty()) {
595 // If there's no msid and there's mslabel, we consider this is a sdp from
597 // In that case, we use the mslabel and label to construct the track.
598 sync_label = ssrc_info->mslabel;
1481 // a=ssrc:<ssrc-id> mslabel:<value>
2784 // mslabel:<value>
2785 ssrc_info->mslabel = value;

Completed in 780 milliseconds