mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
优化播放器接口
This commit is contained in:
@@ -48,9 +48,9 @@ RtmpProtocol::RtmpProtocol() {
|
||||
};
|
||||
}
|
||||
RtmpProtocol::~RtmpProtocol() {
|
||||
clear();
|
||||
reset();
|
||||
}
|
||||
void RtmpProtocol::clear() {
|
||||
void RtmpProtocol::reset() {
|
||||
////////////ChunkSize////////////
|
||||
m_iChunkLenIn = DEFAULT_CHUNK_LEN;
|
||||
m_iChunkLenOut = DEFAULT_CHUNK_LEN;
|
||||
|
||||
Reference in New Issue
Block a user