QNVideoFrame
Index
Core Methods
Properties
Core Methods
createFromNV21
- static QNVideoFrame createFromNV21(byte[] data, int width, int height, int rotation, long timestampNs)
-
创建包含 NV21 视频数据的视频帧
Parameters-
data: byte[]
视频 NV21 数据
-
width: int
视频宽度
-
height: int
视频高度
-
rotation: int
视频旋转角度
-
timestampNs: long
时间戳,单位:ns
-
createFromTextureRGB
Properties
type
- type: QNVideoFrameType
-
视频数据类型
buffer
- buffer: byte[]
-
视频数据 NV21 buffer
texture
- texture: QNTexture
-
视频数据纹理对象
width
- width: int
-
视频宽度
height
- height: int
-
视频高度
rotation
- rotation: int
-
视频旋转角度
timestampNs
- timestampNs: long
-
视频帧时间戳,单位:ns
文档反馈
(如有产品使用问题,请 提交工单)