Add read support of RtpStreamId/RepairedRtpStreamId header extensions.

BUG=webrtc:7433

Review-Url: https://codereview.webrtc.org/2805023002
Cr-Commit-Position: refs/heads/master@{#17759}
This commit is contained in:
danilchap
2017-04-19 02:59:48 -07:00
committed by Commit bot
parent 6f27633f47
commit ef8d773d26
12 changed files with 244 additions and 22 deletions

View File

@ -77,6 +77,8 @@ enum RTPExtensionType {
kRtpExtensionTransportSequenceNumber,
kRtpExtensionPlayoutDelay,
kRtpExtensionVideoContentType,
kRtpExtensionRtpStreamId,
kRtpExtensionRepairedRtpStreamId,
kRtpExtensionNumberOfExtensions // Must be the last entity in the enum.
};