RtpRtcp: Remove the SetSendREDPayloadType and SendREDPayloadType methods
The last in-tree call site recently disappeared, so they were unused. BUG=webrtc:5922 Review-Url: https://codereview.webrtc.org/2066473002 Cr-Commit-Position: refs/heads/master@{#13751}
This commit is contained in:
@ -786,17 +786,6 @@ int32_t ModuleRtpRtcpImpl::SetAudioLevel(
|
||||
return rtp_sender_.SetAudioLevel(level_d_bov);
|
||||
}
|
||||
|
||||
// Set payload type for Redundant Audio Data RFC 2198.
|
||||
int32_t ModuleRtpRtcpImpl::SetSendREDPayloadType(
|
||||
const int8_t payload_type) {
|
||||
return rtp_sender_.SetRED(payload_type);
|
||||
}
|
||||
|
||||
// Get payload type for Redundant Audio Data RFC 2198.
|
||||
int32_t ModuleRtpRtcpImpl::SendREDPayloadType(int8_t* payload_type) const {
|
||||
return rtp_sender_.RED(payload_type);
|
||||
}
|
||||
|
||||
int32_t ModuleRtpRtcpImpl::SetKeyFrameRequestMethod(
|
||||
const KeyFrameRequestMethod method) {
|
||||
key_frame_req_method_ = method;
|
||||
|
||||
Reference in New Issue
Block a user