mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-23 17:32:21 +08:00
AI automatically translates all comments in the code into English (#3917)
This commit is contained in:
@@ -19,6 +19,9 @@ namespace mediakit{
|
||||
|
||||
/**
|
||||
* aac音频通道
|
||||
* AAC audio channel
|
||||
|
||||
* [AUTO-TRANSLATED:0d58b638]
|
||||
*/
|
||||
class AACTrack : public AudioTrack {
|
||||
public:
|
||||
@@ -28,6 +31,10 @@ public:
|
||||
|
||||
/**
|
||||
* 通过aac extra data 构造对象
|
||||
* Construct object through AAC extra data
|
||||
|
||||
|
||||
* [AUTO-TRANSLATED:1fa035c8]
|
||||
*/
|
||||
AACTrack(const std::string &aac_cfg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user