NERecord Linux SDK 5.5.3103
Loading...
Searching...
No Matches
Public Attributes | List of all members
nerecord::NERtcVideoFrame Struct Reference

#include <nerecord_engine_defines.h>

Public Attributes

NERtcVideoType format
 
uint32_t width
 
uint32_t height
 
uint32_t count
 
uint32_t * offset
 
uint32_t * stride
 
NERtcVideoRotation rotation
 
uint64_t timestamp
 
void * buffer
 

Detailed Description

视频帧。

Member Data Documentation

◆ buffer

void* nerecord::NERtcVideoFrame::buffer

          

◆ count

uint32_t nerecord::NERtcVideoFrame::count

通道数,即 offset 及 stride 的数目

◆ format

NERtcVideoType nerecord::NERtcVideoFrame::format

视频类型 请参考: NERtcVideoType

◆ height

uint32_t nerecord::NERtcVideoFrame::height

视频桢宽高

◆ offset

uint32_t* nerecord::NERtcVideoFrame::offset

每通道偏移

◆ rotation

NERtcVideoRotation nerecord::NERtcVideoFrame::rotation

                  NERtcVideoRotation

◆ stride

uint32_t* nerecord::NERtcVideoFrame::stride

每通道数据步进

◆ timestamp

uint64_t nerecord::NERtcVideoFrame::timestamp

时间戳

◆ width

uint32_t nerecord::NERtcVideoFrame::width

视频桢宽度


The documentation for this struct was generated from the following file: