mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 20:28:12 +08:00
Refine: 删除无效代码
This commit is contained in:
@@ -128,9 +128,7 @@ class HlsPlayerImp : public PlayerImp<HlsPlayer, PlayerBase>, private TrackListe
|
|||||||
public:
|
public:
|
||||||
typedef std::shared_ptr<HlsPlayerImp> Ptr;
|
typedef std::shared_ptr<HlsPlayerImp> Ptr;
|
||||||
HlsPlayerImp(const EventPoller::Ptr &poller = nullptr);
|
HlsPlayerImp(const EventPoller::Ptr &poller = nullptr);
|
||||||
~HlsPlayerImp() override {};
|
~HlsPlayerImp() override = default;
|
||||||
|
|
||||||
void setOnPacket(const TSSegment::onSegment &cb);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//// HlsPlayer override////
|
//// HlsPlayer override////
|
||||||
|
|||||||
Reference in New Issue
Block a user