mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-28 05:29:24 +08:00
完成AAC RTMP编解码类
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
return CodecAAC;
|
||||
}
|
||||
private:
|
||||
void onGetAdts(const AACFrame::Ptr &frame);
|
||||
void onGetAAC(const AACFrame::Ptr &frame);
|
||||
AACFrame::Ptr obtainFrame();
|
||||
private:
|
||||
AACFrame::Ptr m_adts;
|
||||
|
||||
Reference in New Issue
Block a user