|
| RTPPayloadRegistry () |
|
| ~RTPPayloadRegistry () |
|
| RTPPayloadRegistry (RTPPayloadStrategy *rtp_payload_strategy) |
|
int32_t | RegisterReceivePayload (const CodecInst &audio_codec, bool *created_new_payload_type) |
|
int32_t | RegisterReceivePayload (const VideoCodec &video_codec) |
|
int32_t | DeRegisterReceivePayload (int8_t payload_type) |
|
int32_t | ReceivePayloadType (const CodecInst &audio_codec, int8_t *payload_type) const |
|
int32_t | ReceivePayloadType (const VideoCodec &video_codec, int8_t *payload_type) const |
|
bool | RtxEnabled () const |
|
void | SetRtxSsrc (uint32_t ssrc) |
|
bool | GetRtxSsrc (uint32_t *ssrc) const |
|
void | SetRtxPayloadType (int payload_type, int associated_payload_type) |
|
bool | IsRtx (const RTPHeader &header) const |
|
bool | RestoreOriginalPacket (uint8_t *restored_packet, const uint8_t *packet, size_t *packet_length, uint32_t original_ssrc, const RTPHeader &header) |
|
bool | IsRed (const RTPHeader &header) const |
|
bool | IsEncapsulated (const RTPHeader &header) const |
|
bool | GetPayloadSpecifics (uint8_t payload_type, PayloadUnion *payload) const |
|
int | GetPayloadTypeFrequency (uint8_t payload_type) const |
|
const RtpUtility::Payload * | PayloadTypeToPayload (uint8_t payload_type) const |
|
void | ResetLastReceivedPayloadTypes () |
|
void | SetIncomingPayloadType (const RTPHeader &header) |
|
bool | ReportMediaPayloadType (uint8_t media_payload_type) |
|
int8_t | red_payload_type () const |
|
int8_t | ulpfec_payload_type () const |
|
int8_t | last_received_payload_type () const |
|
void | set_last_received_payload_type (int8_t last_received_payload_type) |
|
int8_t | last_received_media_payload_type () const |
|
RTC_DEPRECATED void | set_use_rtx_payload_mapping_on_restore (bool val) |
|
| RTPPayloadRegistry () |
|
| ~RTPPayloadRegistry () |
|
| RTPPayloadRegistry (RTPPayloadStrategy *rtp_payload_strategy) |
|
int32_t | RegisterReceivePayload (const CodecInst &audio_codec, bool *created_new_payload_type) |
|
int32_t | RegisterReceivePayload (const VideoCodec &video_codec) |
|
int32_t | DeRegisterReceivePayload (int8_t payload_type) |
|
int32_t | ReceivePayloadType (const CodecInst &audio_codec, int8_t *payload_type) const |
|
int32_t | ReceivePayloadType (const VideoCodec &video_codec, int8_t *payload_type) const |
|
bool | RtxEnabled () const |
|
void | SetRtxSsrc (uint32_t ssrc) |
|
bool | GetRtxSsrc (uint32_t *ssrc) const |
|
void | SetRtxPayloadType (int payload_type, int associated_payload_type) |
|
bool | IsRtx (const RTPHeader &header) const |
|
bool | RestoreOriginalPacket (uint8_t *restored_packet, const uint8_t *packet, size_t *packet_length, uint32_t original_ssrc, const RTPHeader &header) |
|
bool | IsRed (const RTPHeader &header) const |
|
bool | IsEncapsulated (const RTPHeader &header) const |
|
bool | GetPayloadSpecifics (uint8_t payload_type, PayloadUnion *payload) const |
|
int | GetPayloadTypeFrequency (uint8_t payload_type) const |
|
const RtpUtility::Payload * | PayloadTypeToPayload (uint8_t payload_type) const |
|
void | ResetLastReceivedPayloadTypes () |
|
void | SetIncomingPayloadType (const RTPHeader &header) |
|
bool | ReportMediaPayloadType (uint8_t media_payload_type) |
|
int8_t | red_payload_type () const |
|
int8_t | ulpfec_payload_type () const |
|
int8_t | last_received_payload_type () const |
|
void | set_last_received_payload_type (int8_t last_received_payload_type) |
|
int8_t | last_received_media_payload_type () const |
|
RTC_DEPRECATED void | set_use_rtx_payload_mapping_on_restore (bool val) |
|