Method

PurpleMediaCodecremove_optional_parameter

since: 2.6

Declaration [src]

void
purple_media_codec_remove_optional_parameter (
  PurpleMediaCodec* codec,
  PurpleKeyValuePair* param
)

Description [src]

Removes an optional parameter from the codec.

Available since: 2.6

Parameters

param

Type: PurpleKeyValuePair

A pointer to the parameter to remove.

The data is owned by the caller of the function.