Make RTPSender::SendPadData public.
R=andresp@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5029004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5219 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
5bc25c41fc
commit
c4726d06fa
@ -263,6 +263,10 @@ class RTPSender : public Bitrate, public RTPSenderInterface {
|
|||||||
virtual void RegisterFrameCountObserver(FrameCountObserver* observer);
|
virtual void RegisterFrameCountObserver(FrameCountObserver* observer);
|
||||||
virtual FrameCountObserver* GetFrameCountObserver() const;
|
virtual FrameCountObserver* GetFrameCountObserver() const;
|
||||||
|
|
||||||
|
int SendPadData(int payload_type, uint32_t timestamp, int64_t capture_time_ms,
|
||||||
|
int32_t bytes, StorageType store,
|
||||||
|
bool force_full_size_packets, bool only_pad_after_markerbit);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
int32_t CheckPayloadType(const int8_t payload_type,
|
int32_t CheckPayloadType(const int8_t payload_type,
|
||||||
RtpVideoCodecTypes *video_type);
|
RtpVideoCodecTypes *video_type);
|
||||||
@ -286,9 +290,6 @@ class RTPSender : public Bitrate, public RTPSenderInterface {
|
|||||||
uint32_t capture_timestamp,
|
uint32_t capture_timestamp,
|
||||||
int64_t capture_time_ms);
|
int64_t capture_time_ms);
|
||||||
int BuildPaddingPacket(uint8_t* packet, int header_length, int32_t bytes);
|
int BuildPaddingPacket(uint8_t* packet, int header_length, int32_t bytes);
|
||||||
int SendPadData(int payload_type, uint32_t timestamp, int64_t capture_time_ms,
|
|
||||||
int32_t bytes, StorageType store,
|
|
||||||
bool force_full_size_packets, bool only_pad_after_markerbit);
|
|
||||||
|
|
||||||
void BuildRtxPacket(uint8_t* buffer, uint16_t* length,
|
void BuildRtxPacket(uint8_t* buffer, uint16_t* length,
|
||||||
uint8_t* buffer_rtx);
|
uint8_t* buffer_rtx);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user