Emx::MediaStream::Channel::Item结构体 参考

媒体通道内容实体

#include "MediaStream.hpp"

Public 成员函数

 Item (MediaFrame::TypeE t, int32_t c)
 

Public 属性

MediaFrame::TypeE type
 帧类型 更多...
 
int32_t chn
 通道号 更多...
 
uint32_t waitSeq
 期望的序号(仅venc需要) 更多...
 
bool inited
 是否已经初始化(仅venc需要,控制出错后等待I帧) 更多...
 

构造及析构函数说明

◆ Item()

Emx::MediaStream::Channel::Item::Item ( MediaFrame::TypeE  t,
int32_t  c 
)
inline

类成员变量说明

◆ type

MediaFrame::TypeE Emx::MediaStream::Channel::Item::type

◆ chn

int32_t Emx::MediaStream::Channel::Item::chn

◆ waitSeq

uint32_t Emx::MediaStream::Channel::Item::waitSeq

◆ inited

bool Emx::MediaStream::Channel::Item::inited