#include "MediaServerSystem.hpp"
◆ MediaServerSystemChn()
| Emx::MediaServerSystemChn::MediaServerSystemChn |
( |
int32_t |
chn | ) |
|
|
inlineexplicit |
◆ ~MediaServerSystemChn()
| Emx::MediaServerSystemChn::~MediaServerSystemChn |
( |
| ) |
|
|
overridedefault |
◆ GetParam()
| void* Emx::MediaServerSystemChn::GetParam |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetNewParam()
| void* Emx::MediaServerSystemChn::GetNewParam |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetRunningParam()
| void* Emx::MediaServerSystemChn::GetRunningParam |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetParamSize()
| int Emx::MediaServerSystemChn::GetParamSize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ OnParamChanged()
| ErrCodeE Emx::MediaServerSystemChn::OnParamChanged |
( |
| ) |
|
|
inlineoverridevirtual |
◆ OnRecvReqChn()
| ErrCodeE Emx::MediaServerSystemChn::OnRecvReqChn |
( |
uint32_t |
method, |
|
|
const char * |
data, |
|
|
int32_t |
size, |
|
|
std::string & |
out |
|
) |
| |
|
overridevirtual |
◆ GetChipInfo()
| ErrCodeE Emx::MediaServerSystemChn::GetChipInfo |
( |
std::string & |
info | ) |
|
|
overridevirtual |
◆ OnGetChipInfo()
| virtual ErrCodeE Emx::MediaServerSystemChn::OnGetChipInfo |
( |
Json::Value & |
info | ) |
|
|
protectedvirtual |
- 参数
-
| info | [out] 返回芯片信息 json 对象,固定格式如下: { "chipType": "SSC377QE", "chipId": "xxxxxxxx", "chipProductionDate": "2024-08-16", "chipProductionTime": "15:45:00", "chipSdkVersion": "V1.2.0" } |
- 返回
- ErrCodeE
◆ m_param
| Param Emx::MediaServerSystemChn::m_param |
|
protected |
◆ m_paramNew
| Param Emx::MediaServerSystemChn::m_paramNew |
|
protected |
◆ m_paramRunning
| Param Emx::MediaServerSystemChn::m_paramRunning |
|
protected |