MeiCam SDK For iOS  3.14.0
Public Attributes | List of all members
NvsCustomVideoFxVideoFrame Struct Reference

#include <NvsCustomVideoFx.h>

Public Attributes

int texId
 The texture ID of the video frame. More...
 
int width
 The width of the video frame. More...
 
int height
 The height of the video frame. More...
 
BOOL isUpsideDownTexture
 YES means that the texture in this video frame is upside down. The user needs to deal with the texture coordinates when rendering. More...
 
NvsRational proxyScale
 
NvsGpuVideoFrameFormat texFormat
 

Member Data Documentation

◆ height

int NvsCustomVideoFxVideoFrame::height

The height of the video frame.

◆ isUpsideDownTexture

BOOL NvsCustomVideoFxVideoFrame::isUpsideDownTexture

YES means that the texture in this video frame is upside down. The user needs to deal with the texture coordinates when rendering.

◆ proxyScale

NvsRational NvsCustomVideoFxVideoFrame::proxyScale

◆ texFormat

NvsGpuVideoFrameFormat NvsCustomVideoFxVideoFrame::texFormat

◆ texId

int NvsCustomVideoFxVideoFrame::texId

The texture ID of the video frame.

◆ width

int NvsCustomVideoFxVideoFrame::width

The width of the video frame.


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