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:
@ -77,6 +77,8 @@ enum RTPExtensionType {
|
||||
kRtpExtensionTransportSequenceNumber,
|
||||
kRtpExtensionPlayoutDelay,
|
||||
kRtpExtensionVideoContentType,
|
||||
kRtpExtensionRtpStreamId,
|
||||
kRtpExtensionRepairedRtpStreamId,
|
||||
kRtpExtensionNumberOfExtensions // Must be the last entity in the enum.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user