1 Star 0 Fork 0

MediaSource/MetaRTC

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
YangDecoderFactory.h 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
yang 提交于 2025-06-16 16:16 +08:00 . 7.0.160
//
// Copyright (c) 2019-2025 yanggaofeng
//
#ifndef YANGDECODER_INCLUDE_YANGDECODERFACTORY_H_
#define YANGDECODER_INCLUDE_YANGDECODERFACTORY_H_
#include "yangdecoder/YangAudioDecoder.h"
#include "yangdecoder/YangVideoDecoder.h"
class YangDecoderFactory {
public:
YangDecoderFactory();
virtual ~YangDecoderFactory();
YangAudioDecoder* createAudioDecoder(YangAudioCodec paet,YangAudioParam *pcontext);
YangAudioDecoder* createAudioDecoder(YangAudioParam *pcontext);
YangVideoDecoder* createVideoDecoder(YangVideoCodec paet,YangVideoInfo *pcontext);
YangVideoDecoder* createFfmpegVideoDecoder(YangVideoCodec paet,YangVideoInfo *pcontext);
YangVideoDecoder* createVideoDecoder(YangVideoInfo *pcontext);
};
#endif /* YANGDECODER_INCLUDE_YANGDECODERFACTORY_H_ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/MediaSource/MetaRTC.git
git@gitee.com:MediaSource/MetaRTC.git
MediaSource
MetaRTC
MetaRTC
develop

搜索帮助