Method

PurpleMediaCodecadd_optional_parameter

since: 2.6

Declaration [src]

void
purple_media_codec_add_optional_parameter (
  PurpleMediaCodec* codec,
  const gchar* name,
  const gchar* value
)

Description [src]

Adds an optional parameter to the codec.

Available since: 2.6

Parameters

name

Type: const gchar*

The name of the parameter to add.

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

Type: const gchar*

The value of the parameter to add.

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