MeiCam SDK For iOS  3.10.1
Instance Methods | List of all members
<NvsMediaFileVideoRetrieverDelegate> Protocol Reference

#import <NvsMediaFileVideoRetriever.h>

Inheritance diagram for <NvsMediaFileVideoRetrieverDelegate>:

Instance Methods

(void) - notifySengmentData:data:width:height:rotation:videoFrameSize:
 
(void) - notifySengmentData:videoFrameInfo:
 
(void) - notifyProgress:progress:
 
(void) - notifyFinsih:errorType:
 

Method Documentation

◆ notifyFinsih:errorType:

- (void) notifyFinsih: (int64_t)  taskId
errorType: (NvsMediaFileVideoRetrieverError errorType 

◆ notifyProgress:progress:

- (void) notifyProgress: (int64_t)  taskId
progress: (float)  progress 

◆ notifySengmentData:data:width:height:rotation:videoFrameSize:

- (void) notifySengmentData: (int64_t)  taskId
data: (void *)  data
width: (int)  width
height: (int)  height
rotation: (int)  rotation
videoFrameSize: (int)  videoFrameSize 

◆ notifySengmentData:videoFrameInfo:

- (void) notifySengmentData: (int64_t)  taskId
videoFrameInfo: (NvsVideoFrameInfo *)  videoFrameInfo 

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