Method

PwgStreamget_audio_format

since: 0.1

Declaration [src]

PwgAudioFormat*
pwg_stream_get_audio_format (
  PwgStream* self
)

Description [src]

Gets the current negotiated audio format.

Stability: Unstable

Available since: 0.1

Return value

Type: PwgAudioFormat

The current negotiated audio format, or NULL before format negotiation.

The returned data is owned by the instance.
The return value can be NULL.