Searched defs:appdata (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc222 // TODO(ronghuawu): What should we do if the appdata doesn't appear?
602 // The appdata consists of the "id" attribute of a MediaStreamTrack, which
1468 // a=ssrc:<ssrc-id> msid:identifier [appdata]
1469 // The appdata consists of the "id" attribute of a MediaStreamTrack, which
1471 std::string appdata = track->id; local
1476 << kSdpDelimiterSpace << appdata;
2770 // "msid:" identifier [ " " appdata ]
2775 "Expected format \"msid:<identifier>[ <appdata>]\".",

Completed in 544 milliseconds