Add parsing/serializing for MID RTP header extension.

This is the first in a series of CLs to add support for media
identification as part of unified plan SDP.

Bug: webrtc:4050
Change-Id: I0eb5639d240a9a1412c2b047a33d5112e4901f26
Reviewed-on: https://chromium-review.googlesource.com/576374
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Peter Thatcher <pthatcher@webrtc.org>
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19111}
This commit is contained in:
Steve Anton
2017-07-21 09:58:31 -07:00
committed by Commit Bot
parent 3296256f0e
commit a3251dd83f
9 changed files with 137 additions and 89 deletions

View File

@ -80,6 +80,7 @@ enum RTPExtensionType {
kRtpExtensionVideoTiming,
kRtpExtensionRtpStreamId,
kRtpExtensionRepairedRtpStreamId,
kRtpExtensionMid,
kRtpExtensionNumberOfExtensions // Must be the last entity in the enum.
};