MeiCam SDK For Android  1.0.0
Public Attributes | List of all members
com.meicam.sdk.NvsCustomVideoFx.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

int com.meicam.sdk.NvsCustomVideoFx.VideoFrame.height

video frame height

boolean com.meicam.sdk.NvsCustomVideoFx.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.

int com.meicam.sdk.NvsCustomVideoFx.VideoFrame.texId

texture ID of the video frame

int com.meicam.sdk.NvsCustomVideoFx.VideoFrame.width

video frame width


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