Method

PwgStreamset_deliver_audio_blocks

since: 0.1

Declaration [src]

void
pwg_stream_set_deliver_audio_blocks (
  PwgStream* self,
  _Bool deliver_audio_blocks
)

Description [src]

Enables or disables the PwgStream::audio-block signal. Audio block delivery copies realtime PipeWire buffers and should be enabled only by consumers that need sample data.

Stability: Unstable

Available since: 0.1

Parameters

deliver_audio_blocks

Type: _Bool

Whether to emit copied audio blocks.