Bug fix - The extra preview callback is not invoked
[platform/core/multimedia/libmm-camcorder.git] / src / include / mm_camcorder_stillshot.h
index 50c71aa..62bd86f 100644 (file)
@@ -95,6 +95,7 @@ int _mmcamcorder_video_capture_command(MMHandleType handle, int command);
 void _mmcamcorder_destroy_video_capture_pipeline(MMHandleType handle);
 
 int _mmcamcorder_initialize_extra_preview_mode(MMHandleType handle);
+int _mmcamcorder_deinitialize_extra_preview_mode(MMHandleType handle);
 int _mmcamcorder_set_extra_preview_device_type(MMHandleType handle, int stream_id, int device_type);
 int _mmcamcorder_set_extra_preview_stream_format(MMHandleType handle, int stream_id, int pixel_format, int width, int height, int fps);
 int _mmcamcorder_get_extra_preview_stream_format(MMHandleType handle, int stream_id, int *pixel_format, int *width, int *height, int *fps);