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

Public Attributes

VideoFrame inputVideoFrame
 Input video frame. More...
 
boolean hasBuddyVideoFrame
 
NvsVideoFrameInfo inputBuddyVideoFrameInfo
 Information of the input buddy video frame. More...
 
ByteBuffer inputBuddyVideoFramebuffer
 
VideoFrame outputVideoFrame
 Output video frame. More...
 
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...
 
long effectTime
 Special effect duration. More...
 
long effectStartTime
 Special effect starting time. More...
 
long effectEndTime
 Special effect ending time. More...
 
long mediaStreamTime
 Special for media file time. More...
 

Member Data Documentation

◆ effectEndTime

long com.meicam.sdk.NvsCustomVideoFx.RenderContext.effectEndTime

Special effect ending time.

◆ effectStartTime

long com.meicam.sdk.NvsCustomVideoFx.RenderContext.effectStartTime

Special effect starting time.

◆ effectTime

long com.meicam.sdk.NvsCustomVideoFx.RenderContext.effectTime

Special effect duration.

◆ hasBuddyVideoFrame

boolean com.meicam.sdk.NvsCustomVideoFx.RenderContext.hasBuddyVideoFrame

Indicates that the buddy video frame does not exist.Companion video frames are only at the time of acquisition and STREAMING_ENGINE_CAPTURE_FLAG_CAPTURE_BUDDY_HOST_VIDEO_FRAME is setthat exist

◆ helper

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

◆ inputBuddyVideoFramebuffer

ByteBuffer com.meicam.sdk.NvsCustomVideoFx.RenderContext.inputBuddyVideoFramebuffer

inputBuddyVideoFrameInfo Data of input video frame in Host Memory, the description of this frame is in inputBuddyVideoFrameInfoIf the STREAMING_ENGINE_CAPTURE_FLAG_STRICT_PREVIEW_VIDEO_SIZE flag is not set at the time of acquisition.Size may be different from the input video frame

◆ inputBuddyVideoFrameInfo

NvsVideoFrameInfo com.meicam.sdk.NvsCustomVideoFx.RenderContext.inputBuddyVideoFrameInfo

Information of the input buddy video frame.

◆ inputVideoFrame

VideoFrame com.meicam.sdk.NvsCustomVideoFx.RenderContext.inputVideoFrame

Input video frame.

◆ mediaStreamTime

long com.meicam.sdk.NvsCustomVideoFx.RenderContext.mediaStreamTime

Special for media file time.

◆ outputVideoFrame

VideoFrame com.meicam.sdk.NvsCustomVideoFx.RenderContext.outputVideoFrame

Output video frame.


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