NERtc Unity SDK
V5.4.5
|
Public 属性 | |
RtcVideoCodecType | codecType |
RtcNalFrameType | frameType |
int[] | nalLengths |
IntPtr | nalData |
long | timestamp |
int | width |
int | height |
外部输入的编码后视频帧。
RtcVideoCodecType nertc.RtcVideoEncodedFrame.codecType |
视频编解码器类型,详细信息请参考 RtcVideoCodecType。
RtcNalFrameType nertc.RtcVideoEncodedFrame.frameType |
编码后视频帧类型,详细信息请参考 RtcNalFrameType。
int [] nertc.RtcVideoEncodedFrame.nalLengths |
编码后视频帧nal的长度的数组。
IntPtr nertc.RtcVideoEncodedFrame.nalData |
编码后视频帧数据,包括所有nal的数据。
long nertc.RtcVideoEncodedFrame.timestamp |
时间戳,机器时间,单位为微秒。
int nertc.RtcVideoEncodedFrame.width |
视频宽。
int nertc.RtcVideoEncodedFrame.height |
视频高。