From: Nguyen Nguyen Date: Mon, 4 May 2015 16:38:55 +0000 (-0400) Subject: Exporting videoFileString to outside world X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~199^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f72815637b255b6d9e9a88522720c43e0d0cf47;p=platform%2Fupstream%2Fopencv.git Exporting videoFileString to outside world --- diff --git a/modules/highgui/include/opencv2/highgui/cap_ios.h b/modules/highgui/include/opencv2/highgui/cap_ios.h index db3928f..8223055 100644 --- a/modules/highgui/include/opencv2/highgui/cap_ios.h +++ b/modules/highgui/include/opencv2/highgui/cap_ios.h @@ -142,6 +142,7 @@ - (void)layoutPreviewLayer; - (void)saveVideo; - (NSURL *)videoFileURL; +- (NSString *)videoFileString; @end