mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-29 10:29:31 +00:00
Cleaned up, renamed and moved a few classes for consistency
This commit is contained in:
@ -22,8 +22,8 @@
|
||||
|
||||
namespace rtc {
|
||||
|
||||
OpusPacketizationHandler::OpusPacketizationHandler(std::shared_ptr<OpusRTPPacketizer> packetizer)
|
||||
: RtcpHandler(), RTCPSenderReportable(packetizer->rtpConfig), packetizer(packetizer) {
|
||||
OpusPacketizationHandler::OpusPacketizationHandler(std::shared_ptr<OpusRtpPacketizer> packetizer)
|
||||
: RtcpHandler(), RtcpSenderReporter(packetizer->rtpConfig), packetizer(packetizer) {
|
||||
senderReportOutgoingCallback = [this](message_ptr msg) { outgoingCallback(msg); };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user