NERtc Unity SDK  V5.4.5
Public 属性 | 所有成员列表
nertc.RtcVideoEncodedFrame结构体 参考

Public 属性

RtcVideoCodecType codecType
 
RtcNalFrameType frameType
 
int[] nalLengths
 
IntPtr nalData
 
long timestamp
 
int width
 
int height
 

详细描述

外部输入的编码后视频帧。

类成员变量说明

◆ codecType

RtcVideoCodecType nertc.RtcVideoEncodedFrame.codecType

视频编解码器类型,详细信息请参考 RtcVideoCodecType

◆ frameType

RtcNalFrameType nertc.RtcVideoEncodedFrame.frameType

编码后视频帧类型,详细信息请参考 RtcNalFrameType

◆ nalLengths

int [] nertc.RtcVideoEncodedFrame.nalLengths

编码后视频帧nal的长度的数组。

◆ nalData

IntPtr nertc.RtcVideoEncodedFrame.nalData

编码后视频帧数据,包括所有nal的数据。

◆ timestamp

long nertc.RtcVideoEncodedFrame.timestamp

时间戳,机器时间,单位为微秒。

◆ width

int nertc.RtcVideoEncodedFrame.width

视频宽。

◆ height

int nertc.RtcVideoEncodedFrame.height

视频高。


该结构体的文档由以下文件生成: