#include "MediaServerVenc.hpp"
◆ MediaServerVencChn()
| Emx::MediaServerVencChn::MediaServerVencChn |
( |
int32_t |
chn | ) |
|
|
inlineexplicit |
◆ ~MediaServerVencChn()
| Emx::MediaServerVencChn::~MediaServerVencChn |
( |
| ) |
|
|
overridedefault |
◆ LoadParam()
| ErrCodeE Emx::MediaServerVencChn::LoadParam |
( |
| ) |
|
|
overridevirtual |
◆ SaveParam()
| ErrCodeE Emx::MediaServerVencChn::SaveParam |
( |
| ) |
|
|
overridevirtual |
◆ GetParam()
| void* Emx::MediaServerVencChn::GetParam |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetNewParam()
| void* Emx::MediaServerVencChn::GetNewParam |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetRunningParam()
| void* Emx::MediaServerVencChn::GetRunningParam |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetParamSize()
| int Emx::MediaServerVencChn::GetParamSize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetParamDefaultData()
| ErrCodeE Emx::MediaServerVencChn::GetParamDefaultData |
( |
std::string & |
data | ) |
|
|
overridevirtual |
◆ ParamValid()
| bool Emx::MediaServerVencChn::ParamValid |
( |
| ) |
|
|
overridevirtual |
◆ OnRecvReqChn()
| ErrCodeE Emx::MediaServerVencChn::OnRecvReqChn |
( |
uint32_t |
method, |
|
|
const char * |
data, |
|
|
int32_t |
size, |
|
|
std::string & |
out |
|
) |
| |
|
overridevirtual |
◆ StartStream()
| virtual void Emx::MediaServerVencChn::StartStream |
( |
| ) |
|
|
protectedvirtual |
◆ StopStream()
| virtual void Emx::MediaServerVencChn::StopStream |
( |
| ) |
|
|
protectedvirtual |
◆ GetOneFrame()
- 参数
-
| frame | [out] 将获取到的图像数据放入data中,vector类型可支持非连续内存数据 |
- 返回
- ErrCodeE
◆ ReleaseOneFrame()
| virtual void Emx::MediaServerVencChn::ReleaseOneFrame |
( |
| ) |
|
|
protectedpure virtual |
◆ m_param
| Param Emx::MediaServerVencChn::m_param |
|
protected |
◆ m_paramNew
| Param Emx::MediaServerVencChn::m_paramNew |
|
protected |
◆ m_paramRunning
| Param Emx::MediaServerVencChn::m_paramRunning |
|
protected |
◆ m_ptsToUtc
| TimestampPtsToUtc* Emx::MediaServerVencChn::m_ptsToUtc |
|
protected |