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

#import <NvsMediaFileConvertor.h>

Inheritance diagram for NvsMediaFileConvertor:

Instance Methods

(instancetype) - init
 
(int64_t) - convertMeidaFile:outputFile:isReverseConvert:fromPosition:toPosition:options:
 Start to convert file. More...
 
(void) - cancelTask:
 Cancel task. More...
 

Properties

id< NvsMediaFileConvertorDelegatedelegate
 

Method Documentation

◆ cancelTask:

- (void) cancelTask: (int64_t)  taskId

Cancel task.

Parameters
taskIdTask Id

◆ convertMeidaFile:outputFile:isReverseConvert:fromPosition:toPosition:options:

- (int64_t) convertMeidaFile: (NSString *)  srcFilePath
outputFile: (NSString *)  outputFilePath
isReverseConvert: (bool)  isReverse
fromPosition: (int64_t)  from
toPosition: (int64_t)  to
options: (NSMutableDictionary *)  options 

Start to convert file.

Parameters
srcFilePathsource file
outputFilePathdestination file
isReversereverse convert file
fromstart time
toend time
optionsconvert options
Returns
Task ID

◆ init

- (instancetype) init

Property Documentation

◆ delegate

- (id<NvsMediaFileConvertorDelegate>) delegate
readwritenonatomicweak

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