mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 18:17:34 +08:00
优化函数命名
isCfgFrame -> isConfigFrame getAacCfg -> getConfig
This commit is contained in:
@@ -169,10 +169,15 @@ public:
|
||||
}
|
||||
|
||||
void clear();
|
||||
|
||||
// video config frame和key frame都返回true
|
||||
// 用于gop缓存定位
|
||||
bool isVideoKeyFrame() const;
|
||||
// aac config或h264/h265 config
|
||||
bool isCfgFrame() const;
|
||||
|
||||
// aac config或h264/h265 config返回true,支持增强型rtmp
|
||||
// 用于缓存解码配置信息
|
||||
bool isConfigFrame() const;
|
||||
|
||||
int getRtmpCodecId() const;
|
||||
int getAudioSampleRate() const;
|
||||
int getAudioSampleBit() const;
|
||||
|
||||
Reference in New Issue
Block a user