mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 12:18:12 +08:00
完善rtmp关键帧与配置帧判断逻辑
This commit is contained in:
@@ -169,7 +169,9 @@ public:
|
||||
}
|
||||
|
||||
void clear();
|
||||
// video config frame和key frame都返回true
|
||||
bool isVideoKeyFrame() const;
|
||||
// aac config或h264/h265 config
|
||||
bool isCfgFrame() const;
|
||||
int getRtmpCodecId() const;
|
||||
int getAudioSampleRate() const;
|
||||
|
||||
Reference in New Issue
Block a user