Module pipewire::stream

source ·
Expand description

Pipewire Stream

Structs§

  • A wrapper around the pipewire stream interface. Streams are a higher level abstraction around nodes in the graph. A stream can be used to send or receive frames of audio or video data by connecting it to another node. D is the user data, to allow passing extra context to the callbacks.
  • Extra flags that can be used in [Stream::connect()]

Enums§