]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
Merge branch 'master' into dev_sal
[linphone] / coreapi / linphonecore.h
index c9f072f6ebaa9502e9b9d010303077d070eed7f6..56c34c0a240ffc8bfd88023211d455d93931fb77 100644 (file)
@@ -450,6 +450,7 @@ typedef struct _LinphoneCore LinphoneCore;
         */
        bool_t auto_net_state_mon;
        bool_t network_reachable;
+       int down_ptime;
 
 /* THE main API */
 
@@ -498,7 +499,17 @@ void linphone_core_set_upload_bandwidth(LinphoneCore *lc, int bw);
 
 int linphone_core_get_download_bandwidth(const LinphoneCore *lc);
 int linphone_core_get_upload_bandwidth(const LinphoneCore *lc);
-
+/**
+ * set audio packetization time linphone expect to received from peer
+ * @ingroup media_parameters
+ *
+ */
+void linphone_core_set_download_ptime(LinphoneCore *lc, int ptime);
+/**
+ * get audio packetization time linphone expect to received from peer, 0 means unspecified
+ * @ingroup media_parameters
+ */
+int  linphone_core_get_download_ptime(LinphoneCore *lc);
 
 #ifdef VINCENT_MAURY_RSVP
 /* QoS functions */