Home
last modified time | relevance | path

Searched refs:kAttributeSsrcGroup (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc137 static const char kAttributeSsrcGroup[] = "ssrc-group"; variable
1451 InitAttrLine(kAttributeSsrcGroup, &os); in BuildRtpContentAttributes()
2575 } else if (HasAttribute(line, kAttributeSsrcGroup)) { in ParseContent()
2792 if (!GetValue(fields[0], kAttributeSsrcGroup, &semantics, error)) { in ParseSsrcGroupAttribute()