MeiCam SDK For iOS
3.14.0
|
Go to the documentation of this file.
15 #import <Foundation/Foundation.h>
53 - (void)notifySengmentData:(int64_t)taskId data:(
void *)data width:(
int)width height:(
int)height rotation:(
int)rotation videoFrameSize:(
int)videoFrameSize;
59 - (void)notifySengmentData:(int64_t)taskId videoFrameInfo:(
NvsVideoFrameInfo *)videoFrameInfo;
65 - (void)notifyProgress:(int64_t)taskId progress:(
float)progress;
76 @property (nonatomic, weak) id<NvsMediaFileVideoRetrieverDelegate>
delegate;
91 - (int64_t)decodeVideoSegment:(NSString *)srcFile
92 fromPosition:(int64_t)fromPosition
93 toPosition:(int64_t)toPosition
94 customHeight:(int)customHeight
95 grabInterval:(
int)grabInterval
107 - (int64_t)decodeVideoSegment:(NSString *)srcFile
108 fromPosition:(int64_t)fromPosition
109 toPosition:(int64_t)toPosition
111 customHeight:(
int)customHeight
112 grabInterval:(int)grabInterval
115 - (void)cancelTask:(int64_t)taskId;
Video frame information.
Definition: NvsCommonDef.h:446
Audio and video file information.
Definition: NvsAVFileInfo.h:34
NvsVideoFramePixelFormat
Video frame pixel format.
Definition: NvsCommonDef.h:187
#define NVS_EXPORT
Definition: NvsCommonDef.h:20