Method

PurpleMediaset_output_window

since: 2.6

Declaration [src]

gulong
purple_media_set_output_window (
  PurpleMedia* media,
  const gchar* session_id,
  const gchar* participant
)

Description [src]

Sets a video output window for the given session/stream.

Available since: 2.6

Parameters

session_id

Type: const gchar*

The session to set the output window on.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
participant

Type: const gchar*

Optionally, the participant to set the output window on.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gulong

An id to reference the output window.