mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 23:57:37 +08:00
MediaSource: 继承改成私有
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
namespace mediakit{
|
||||
|
||||
class RtpCache : public PacketCache<Buffer> {
|
||||
class RtpCache : private PacketCache<Buffer> {
|
||||
public:
|
||||
using onFlushed = function<void(std::shared_ptr<List<Buffer::Ptr> >)>;
|
||||
RtpCache(onFlushed cb);
|
||||
|
||||
Reference in New Issue
Block a user