AI automatically translates all comments in the code into English (#3917)

This commit is contained in:
alex
2024-09-19 14:53:50 +08:00
committed by GitHub
parent 046de691cb
commit 4152dcd409
279 changed files with 10602 additions and 3038 deletions

View File

@@ -20,7 +20,8 @@
namespace mediakit {
//TS包分割器用于split一个一个的ts包
// TS包分割器用于split一个一个的ts包 [AUTO-TRANSLATED:a10b66b3]
// TS package splitter, used to split one ts package at a time
class TSSegment : public HttpRequestSplitter {
public:
typedef std::function<void(const char *data,size_t len)> onSegment;
@@ -38,7 +39,8 @@ private:
};
#if defined(ENABLE_HLS)
//ts解析器
// ts解析器 [AUTO-TRANSLATED:f2b9f0cc]
// ts parser
class TSDecoder : public Decoder {
public:
TSDecoder();