]> sjero.net Git - linphone/blobdiff - coreapi/private.h
Moved the 'video frame decoded' callback from Core to LinphoneCall
[linphone] / coreapi / private.h
index c77b66d1b1bddbe99a196341742cb334d297645e..425b51008e39ca4aadf2268aa3347acbecd72681 100644 (file)
@@ -74,6 +74,12 @@ struct _LinphoneCallParams{
        bool_t pad;
        
 };
+    
+typedef struct _CallCallbackObj
+{
+    LinphoneCallCbFunc _func;
+    void * _user_data;
+}CallCallbackObj;
 
 static const int linphone_call_magic=0x3343;
 
@@ -124,6 +130,7 @@ struct _LinphoneCall
        bool_t auth_token_verified;
        bool_t defer_update;
        bool_t was_automatically_paused;
+    CallCallbackObj nextVideoFrameDecoded;
 };