MeiCam SDK For Android  3.14.0
Public Attributes | List of all members
com.meicam.sdk.NvsCustomVideoTransition.VideoFrame Class Reference

Public Attributes

int texId
 texture ID of the video frame More...
 
int width
 video frame width
More...
 
int height
 video frame height More...
 
boolean isUpsideDownTexture
 if it is true, it means that the texture in this video frame is upside down. The user needs to process the texture coordinates when rendering. More...
 

Member Data Documentation

◆ height

int com.meicam.sdk.NvsCustomVideoTransition.VideoFrame.height

video frame height

◆ isUpsideDownTexture

boolean com.meicam.sdk.NvsCustomVideoTransition.VideoFrame.isUpsideDownTexture

if it is true, it means that the texture in this video frame is upside down. The user needs to process the texture coordinates when rendering.

◆ texId

int com.meicam.sdk.NvsCustomVideoTransition.VideoFrame.texId

texture ID of the video frame

◆ width

int com.meicam.sdk.NvsCustomVideoTransition.VideoFrame.width

video frame width


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