Add new functions for extra preview bitrate
[platform/core/multimedia/libmm-camcorder.git] / src / include / mm_camcorder_stillshot.h
index fbef48c..121a890 100644 (file)
@@ -147,6 +147,8 @@ gboolean __mmcamcorder_handoff_callback(GstElement *fakesink, GstBuffer *buffer,
 int _mmcamcorder_initialize_extra_preview_stream(MMHandleType handle);
 int _mmcamcorder_set_extra_preview_stream_format(MMHandleType camcorder, int stream_id, int pixel_format, int width, int height, int fps);
 int _mmcamcorder_get_extra_preview_stream_format(MMHandleType camcorder, int stream_id, int *pixel_format, int *width, int *height, int *fps);
+int _mmcamcorder_set_extra_preview_bitrate(MMHandleType camcorder, int stream_id, int bitrate);
+int _mmcamcorder_get_extra_preview_bitrate(MMHandleType camcorder, int stream_id, int *bitrate);
 
 #ifdef __cplusplus
 }