Exporting videoFileString to outside world
authorNguyen Nguyen <nguyen@uwinsoftware.com>
Mon, 4 May 2015 16:38:55 +0000 (12:38 -0400)
committerNguyen Nguyen <nguyen@uwinsoftware.com>
Mon, 4 May 2015 16:38:55 +0000 (12:38 -0400)
modules/highgui/include/opencv2/highgui/cap_ios.h

index db3928f..8223055 100644 (file)
 - (void)layoutPreviewLayer;
 - (void)saveVideo;
 - (NSURL *)videoFileURL;
+- (NSString *)videoFileString;
 
 
 @end