![]() |
#include "MediaServerVenc.hpp"


Public 成员函数 | |
| MediaServerVenc () | |
Public 成员函数 继承自 Emx::MediaServerModuleBase | |
| MediaServerModuleBase (MediaModE mod, const char *name) | |
| virtual void | Create () |
| 模块构造函数,通过配置文件的通道数,创建模块的各个通道 更多... | |
| virtual void | Destroy () |
| 模块析构函数,销毁各个通道 更多... | |
| virtual ErrCodeE | OnRecvReq (uint32_t method, int32_t chn, const char *data, int32_t size, std::string &out) |
| virtual int | LoadChnNum () |
额外继承的成员函数 | |
Public 属性 继承自 Emx::MediaServerModuleBase | |
| MediaModE | m_mod |
| std::string | m_name |
| std::vector< MediaServerModuleChnBase * > | m_array |
|
inline |