Method

ClapperAudioStreamget_sample_format

Declaration [src]

gchar*
clapper_audio_stream_get_sample_format (
  ClapperAudioStream* stream
)

Description [src]

Get sample format of audio stream.

Return value

Type: gchar*

The sample format 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.