Function
PurpleMediaElementCreateCallback
Declaration
GstElement*
(* PurpleMediaElementCreateCallback) (
PurpleMediaElementInfo* info,
PurpleMedia* media,
const gchar* session_id,
const gchar* participant
)
Parameters
info
-
Type:
PurpleMediaElementInfo
No description available.
The data is owned by the caller of the function. media
-
Type:
PurpleMedia
No description available.
The data is owned by the caller of the function. session_id
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. participant
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GstElement
No description available.
The data is owned by the called function. |