MeiCam SDK For iOS  3.10.1
Instance Methods | Properties | List of all members
NvsMediaFileVideoRetriever Class Reference

#import <NvsMediaFileVideoRetriever.h>

Inheritance diagram for NvsMediaFileVideoRetriever:

Instance Methods

(void) - close
 
(BOOL) - isClosed
 
(NvsAVFileInfo *) - getAVFileInfo:
 
(int64_t) - decodeVideoSegment:fromPosition:toPosition:customHeight:grabInterval:flags:
 
(int64_t) - decodeVideoSegment:fromPosition:toPosition:outputPixelFormat:customHeight:grabInterval:flags:
 
(void) - cancelTask:
 

Properties

id< NvsMediaFileVideoRetrieverDelegatedelegate
 

Method Documentation

◆ cancelTask:

- (void) cancelTask: (int64_t)  taskId

◆ close

- (void) close

◆ decodeVideoSegment:fromPosition:toPosition:customHeight:grabInterval:flags:

- (int64_t) decodeVideoSegment: (NSString *)  srcFile
fromPosition: (int64_t)  fromPosition
toPosition: (int64_t)  toPosition
customHeight: (int)  customHeight
grabInterval: (int)  grabInterval
flags: (int)  flags 

◆ decodeVideoSegment:fromPosition:toPosition:outputPixelFormat:customHeight:grabInterval:flags:

- (int64_t) decodeVideoSegment: (NSString *)  srcFile
fromPosition: (int64_t)  fromPosition
toPosition: (int64_t)  toPosition
outputPixelFormat: (NvsVideoFramePixelFormat outputPixelFormat
customHeight: (int)  customHeight
grabInterval: (int)  grabInterval
flags: (int)  flags 

◆ getAVFileInfo:

- (NvsAVFileInfo*) getAVFileInfo: (NSString *)  avFilePath

◆ isClosed

- (BOOL) isClosed

Property Documentation

◆ delegate

- (id<NvsMediaFileVideoRetrieverDelegate>) delegate
readwritenonatomicweak

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