mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Marked packetizers and RTCP handlers final
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
namespace rtc {
|
||||
|
||||
/// Handler for H264 packetization
|
||||
class RTC_CPP_EXPORT H264PacketizationHandler : public MediaChainableHandler {
|
||||
class RTC_CPP_EXPORT H264PacketizationHandler final : public MediaChainableHandler {
|
||||
public:
|
||||
/// Construct handler for H264 packetization.
|
||||
/// @param packetizer RTP packetizer for h264
|
||||
|
Reference in New Issue
Block a user