Go to the documentation of this file.
   16 #import <Foundation/Foundation.h> 
   28 @property (nonatomic) 
float pan;    
 
   29 @property (nonatomic) 
float scan;    
 
   45 @property (nonatomic, strong) NSMutableArray<NvsClipData *> *backgroundClipArray;
 
   46 @property (nonatomic, strong) NSMutableArray<NvsClipData *> *foregroundClipArray;
 
  
clip data
Definition: NvsCaptureSceneInfo.h:27
float scan
scan For details, please refer to the topic of Pan and Scan.
Definition: NvsCaptureSceneInfo.h:29
float pan
pan For details, please refer to the topic of Pan and Scan.
Definition: NvsCaptureSceneInfo.h:28
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
Capture scene informations.
Definition: NvsCaptureSceneInfo.h:44
NSString * imageFillMode
image fill mode,include "fit", "letterBox", "crop" and "stretch"
Definition: NvsCaptureSceneInfo.h:31
NSString * mediaPath
media path
Definition: NvsCaptureSceneInfo.h:30