Method

PurpleMediaget_tee

since: 2.6

Declaration [src]

GstElement*
purple_media_get_tee (
  PurpleMedia* media,
  const gchar* session_id,
  const gchar* participant
)

Description [src]

Gets the tee from a given session/stream.

Available since: 2.6

Parameters

session_id

Type: const gchar*

The id of the session to get the tee from.

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 of the stream to get the tee from.

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

Return value

Type: GstElement

The GstTee element from the chosen session/stream.

The data is owned by the instance.