Method

ClapperAudioStreamget_codec

Declaration [src]

gchar*
clapper_audio_stream_get_codec (
  ClapperAudioStream* stream
)

Description [src]

Get codec used to encode stream.

Return value

Type: gchar*

The audio codec of stream or NULL if undetermined.

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