mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 07:22:23 +08:00
去除缓存池功能
This commit is contained in:
@@ -85,7 +85,8 @@ protected:
|
||||
int m_iNowStreamID = 0;
|
||||
int m_iNowChunkID = 0;
|
||||
bool m_bDataStarted = false;
|
||||
ResourcePool<BufferRaw,MAX_SEND_PKT> m_bufferPool;
|
||||
BufferRaw::Ptr obtainBuffer();
|
||||
//ResourcePool<BufferRaw,MAX_SEND_PKT> m_bufferPool;
|
||||
private:
|
||||
void handle_S0S1S2(const function<void()> &cb);
|
||||
void handle_C0C1();
|
||||
|
||||
Reference in New Issue
Block a user