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

@@ -28,6 +28,11 @@ protected:
/**
* 输入rtp(目的是为了合并写)
* @param buffer rtp数据
* Input rtp (for merging)
* @param buffer rtp data
* [AUTO-TRANSLATED:de9469b5]
*/
void input(uint64_t stamp, toolkit::Buffer::Ptr buffer,bool is_key = false);