Function
PurpleMediaElementCreateCallback
Declaration
GstElement*
(* PurpleMediaElementCreateCallback) (
PurpleMediaElementInfo* info,
PurpleMedia* media,
const gchar* session_id,
const gchar* participant
)
Parameters
info |
PurpleMediaElementInfo |
No description available. | |
The data is owned by the caller of the function. | |
media |
PurpleMedia |
No description available. | |
The data is owned by the caller of the function. | |
session_id |
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 |
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
Returns: | GstElement |
No description available. | |
The data is owned by the called function. |