Add new functions for extra preview stream format
[platform/core/multimedia/libmm-camcorder.git] / src / include / mm_camcorder.h
index 1347c86..f1c582c 100644 (file)
@@ -3455,6 +3455,10 @@ int mm_camcorder_get_focus_level(MMHandleType camcorder, int *level);
 /* get log level */
 int mm_camcorder_get_log_level(void);
 
+/* extra preview */
+int mm_camcorder_set_extra_preview_stream_format(MMHandleType camcorder, int stream_id, int pixel_format, int width, int height, int fps);
+int mm_camcorder_get_extra_preview_stream_format(MMHandleType camcorder, int stream_id, int *pixel_format, int *width, int *height, int *fps);
+
 /**
        @}
  */