MeiCam SDK For iOS
3.7.2
|
#include <NvsCustomVideoFx.h>
Public Attributes | |
struct NvsCustomVideoFxVideoFrame | inputVideoFrame |
Inputs video frame. More... | |
bool | hasBuddyVideoFrame |
Indicates that whether the buddy video frame exists or not.Buddy video frames will only exist which sets STREAMING_ENGINE_CAPTURE_FLAG_CAPTURE_BUDDY_HOST_VIDEO_FRAME when it is catpuring. More... | |
NvsVideoFrameInfo | inputBuddyVideoFrame |
Data and information of the input video frame in Host Memory. More... | |
struct NvsCustomVideoFxVideoFrame | outputVideoFrame |
Output video frame. More... | |
int64_t | effectTime |
Special effect duration (in microseconds). More... | |
int64_t | effectStartTime |
Effect starting time (in microseconds). More... | |
int64_t | effectEndTime |
Effect ending time (in microseconds). More... | |
int64_t | mediaStreamTime |
Effect ending time (in microseconds). More... | |
int64_t NvsCustomVideoFxRenderContext::effectEndTime |
Effect ending time (in microseconds).
int64_t NvsCustomVideoFxRenderContext::effectStartTime |
Effect starting time (in microseconds).
int64_t NvsCustomVideoFxRenderContext::effectTime |
Special effect duration (in microseconds).
bool NvsCustomVideoFxRenderContext::hasBuddyVideoFrame |
Indicates that whether the buddy video frame exists or not.Buddy video frames will only exist which sets STREAMING_ENGINE_CAPTURE_FLAG_CAPTURE_BUDDY_HOST_VIDEO_FRAME when it is catpuring.
NvsVideoFrameInfo NvsCustomVideoFxRenderContext::inputBuddyVideoFrame |
Data and information of the input video frame in Host Memory.
struct NvsCustomVideoFxVideoFrame NvsCustomVideoFxRenderContext::inputVideoFrame |
Inputs video frame.
int64_t NvsCustomVideoFxRenderContext::mediaStreamTime |
Effect ending time (in microseconds).
struct NvsCustomVideoFxVideoFrame NvsCustomVideoFxRenderContext::outputVideoFrame |
Output video frame.