]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
Merge branch 'dev_sal'
[linphone] / coreapi / linphonecore.h
index 2582cfbee693960b6239812c845d81d346c04cb3..e53022daf53756534ae237b3eb6d2e700d2645a7 100644 (file)
@@ -719,6 +719,9 @@ const char**  linphone_core_get_video_devices(const LinphoneCore *lc);
 int linphone_core_set_video_device(LinphoneCore *lc, const char *id);
 const char *linphone_core_get_video_device(const LinphoneCore *lc);
 
+/* Set static picture to be used when "Static picture" is the video device */
+int linphone_core_set_static_picture(LinphoneCore *lc, const char *path);
+
 /*function to be used for eventually setting window decorations (icons, title...)*/
 unsigned long linphone_core_get_native_video_window_id(const LinphoneCore *lc);