summaryrefslogtreecommitdiff
path: root/video_engine/vie_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'video_engine/vie_channel.h')
-rw-r--r--video_engine/vie_channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video_engine/vie_channel.h b/video_engine/vie_channel.h
index c76d1298..0ec50437 100644
--- a/video_engine/vie_channel.h
+++ b/video_engine/vie_channel.h
@@ -152,6 +152,9 @@ class ViEChannel
// Sets the starting sequence number, must be called before StartSend.
int32_t SetStartSequenceNumber(uint16_t sequence_number);
+ void SetRtpStateForSsrc(uint32_t ssrc, const RtpState& rtp_state);
+ RtpState GetRtpStateForSsrc(uint32_t ssrc);
+
// Sets the CName for the outgoing stream on the channel.
int32_t SetRTCPCName(const char rtcp_cname[]);