NERtc Unity SDK V.5.4.128
|
属性 | |
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] |
外部输入的编码后视频帧。
|
getset |
视频编解码器类型,详细信息请参考 RtcVideoCodecType
。
|
getset |
编码后视频帧类型,详细信息请参考 RtcNalFrameType
。
|
getset |
编码后视频帧 nal 的长度的数组。
|
getset |
编码后视频帧数据,包括所有 nal 的数据。
|
getset |
时间戳,机器时间,单位为微秒。
|
getset |
视频宽。
|
getset |
视频高。