Method

PurpleMediaCodecget_encoding_name

since: 2.6

Declaration [src]

gchar*
purple_media_codec_get_encoding_name (
  PurpleMediaCodec* codec
)

Description [src]

Gets the encoding name.

Available since: 2.6

Return value

Type: gchar*

The encoding name.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.