From 1f72815637b255b6d9e9a88522720c43e0d0cf47 Mon Sep 17 00:00:00 2001 From: Nguyen Nguyen Date: Mon, 4 May 2015 12:38:55 -0400 Subject: [PATCH] Exporting videoFileString to outside world --- modules/highgui/include/opencv2/highgui/cap_ios.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4