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

Public Attributes

VideoFrame comingInVideoFrame
 Input video frame. More...
 
VideoFrame outGoingVideoFrame
 Input video frame. More...
 
VideoFrame outputVideoFrame
 Output video frame. More...
 
NvsCustomVideoFx.RenderHelper helper
 A helper method object for custom video effects. Note that users do not want to save this interface, only use it in onRender! More...
 
float progress
 Transition progress. More...
 
long effectTime
 Special effect duration. More...
 
long effectStartTime
 Special effect starting time. More...
 
long effectEndTime
 Special effect ending time. More...
 

Member Data Documentation

◆ comingInVideoFrame

VideoFrame com.meicam.sdk.NvsCustomVideoTransition.RenderContext.comingInVideoFrame

Input video frame.

◆ effectEndTime

long com.meicam.sdk.NvsCustomVideoTransition.RenderContext.effectEndTime

Special effect ending time.

◆ effectStartTime

long com.meicam.sdk.NvsCustomVideoTransition.RenderContext.effectStartTime

Special effect starting time.

◆ effectTime

long com.meicam.sdk.NvsCustomVideoTransition.RenderContext.effectTime

Special effect duration.

◆ helper

NvsCustomVideoFx.RenderHelper com.meicam.sdk.NvsCustomVideoTransition.RenderContext.helper

A helper method object for custom video effects. Note that users do not want to save this interface, only use it in onRender!

◆ outGoingVideoFrame

VideoFrame com.meicam.sdk.NvsCustomVideoTransition.RenderContext.outGoingVideoFrame

Input video frame.

◆ outputVideoFrame

VideoFrame com.meicam.sdk.NvsCustomVideoTransition.RenderContext.outputVideoFrame

Output video frame.

◆ progress

float com.meicam.sdk.NvsCustomVideoTransition.RenderContext.progress

Transition progress.


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