mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-25 03:02:22 +08:00
AI automatically translates all comments in the code into English (#3917)
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
namespace mediakit {
|
||||
/**
|
||||
* aac rtp转adts类
|
||||
* aac rtp to adts class
|
||||
|
||||
* [AUTO-TRANSLATED:8ff7580f]
|
||||
*/
|
||||
class AACRtpDecoder : public RtpCodec {
|
||||
public:
|
||||
@@ -28,6 +31,11 @@ public:
|
||||
* 输入rtp并解码
|
||||
* @param rtp rtp数据包
|
||||
* @param key_pos 此参数内部强制转换为false,请忽略之
|
||||
* input rtp and decode
|
||||
* @param rtp rtp data packet
|
||||
* @param key_pos this parameter is internally forced to false, please ignore it
|
||||
|
||||
* [AUTO-TRANSLATED:2993fcbe]
|
||||
*/
|
||||
bool inputRtp(const RtpPacket::Ptr &rtp, bool key_pos = false) override;
|
||||
|
||||
@@ -43,6 +51,9 @@ private:
|
||||
|
||||
/**
|
||||
* aac adts转rtp类
|
||||
* aac adts to rtp class
|
||||
|
||||
* [AUTO-TRANSLATED:1ed889e2]
|
||||
*/
|
||||
class AACRtpEncoder : public RtpCodec {
|
||||
public:
|
||||
@@ -51,6 +62,11 @@ public:
|
||||
/**
|
||||
* 输入aac 数据,必须带dats头
|
||||
* @param frame 带dats头的aac数据
|
||||
* input aac data, must have dats header
|
||||
* @param frame aac data with dats header
|
||||
|
||||
|
||||
* [AUTO-TRANSLATED:459bba30]
|
||||
*/
|
||||
bool inputFrame(const Frame::Ptr &frame) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user