Method
PurpleMediaManagerset_output_window
Declaration [src]
gulong
purple_media_manager_set_output_window (
PurpleMediaManager* manager,
PurpleMedia* media,
const gchar* session_id,
const gchar* participant
)
Parameters
media |
PurpleMedia |
The media instance to find the stream in. |
|
The data is owned by the caller of the function. | |
session_id |
const gchar* |
The session the stream is associated with. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
participant |
const gchar* |
The participant the stream is associated with. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |