mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-31 03:19:29 +00:00
Marked packetizers and RTCP handlers final
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
namespace rtc {
|
||||
|
||||
/// Handler for opus packetization
|
||||
class RTC_CPP_EXPORT OpusPacketizationHandler : public MediaChainableHandler {
|
||||
class RTC_CPP_EXPORT OpusPacketizationHandler final : public MediaChainableHandler {
|
||||
|
||||
public:
|
||||
/// Construct handler for opus packetization.
|
||||
|
Reference in New Issue
Block a user