mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 00:47:34 +08:00
AI automatically translates all comments in the code into English (#3917)
This commit is contained in:
@@ -68,7 +68,8 @@ private:
|
||||
std::deque<std::function<void(AMFValue &dec)> > _deque_on_status;
|
||||
std::unordered_map<int, std::function<void(AMFDecoder &dec)> > _map_on_result;
|
||||
|
||||
//推流超时定时器
|
||||
// 推流超时定时器 [AUTO-TRANSLATED:7d2dcb86]
|
||||
// Stream timeout timer
|
||||
std::shared_ptr<toolkit::Timer> _publish_timer;
|
||||
std::weak_ptr<RtmpMediaSource> _publish_src;
|
||||
RtmpMediaSource::RingType::RingReader::Ptr _rtmp_reader;
|
||||
|
||||
Reference in New Issue
Block a user