|
|
@ -473,7 +473,7 @@ public:
|
|
|
|
SrsRtpRawPayload();
|
|
|
|
SrsRtpRawPayload();
|
|
|
|
virtual ~SrsRtpRawPayload();
|
|
|
|
virtual ~SrsRtpRawPayload();
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
bool recycle() { return true; }
|
|
|
|
bool recycle();
|
|
|
|
// interface ISrsRtpPayloader
|
|
|
|
// interface ISrsRtpPayloader
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
virtual uint64_t nb_bytes();
|
|
|
|
virtual uint64_t nb_bytes();
|
|
|
@ -573,7 +573,7 @@ public:
|
|
|
|
SrsRtpFUAPayload2();
|
|
|
|
SrsRtpFUAPayload2();
|
|
|
|
virtual ~SrsRtpFUAPayload2();
|
|
|
|
virtual ~SrsRtpFUAPayload2();
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
bool recycle() { return true; }
|
|
|
|
bool recycle();
|
|
|
|
// interface ISrsRtpPayloader
|
|
|
|
// interface ISrsRtpPayloader
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
virtual uint64_t nb_bytes();
|
|
|
|
virtual uint64_t nb_bytes();
|
|
|
|