NERtc Unity SDK V.5.4.124
载入中...
搜索中...
未找到
属性 | 所有成员列表
nertc.RtcVideoEncodedFrame类 参考

属性

RtcVideoCodecType codecType = RtcVideoCodecType.kNERtcVideoCodecTypeH264 [get, set]
 
RtcNalFrameType frameType [get, set]
 
int[] nalLengths [get, set]
 
IntPtr nalData [get, set]
 
long timestamp [get, set]
 
int width [get, set]
 
int height [get, set]
 

详细描述

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

属性说明

◆ codecType

RtcVideoCodecType nertc.RtcVideoEncodedFrame.codecType = RtcVideoCodecType.kNERtcVideoCodecTypeH264
getset

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

◆ frameType

RtcNalFrameType nertc.RtcVideoEncodedFrame.frameType
getset

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

◆ nalLengths

int [] nertc.RtcVideoEncodedFrame.nalLengths
getset

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

◆ nalData

IntPtr nertc.RtcVideoEncodedFrame.nalData
getset

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

◆ timestamp

long nertc.RtcVideoEncodedFrame.timestamp
getset

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

◆ width

int nertc.RtcVideoEncodedFrame.width
getset

视频宽。

◆ height

int nertc.RtcVideoEncodedFrame.height
getset

视频高。


该类的文档由以下文件生成: