Skip to main content

Module backend_factory

Module backend_factory 

Source
Expand description

Backend factory for constructing I/O backends by name.

§BackendFactory — constructor registry for I/O backends

Structs§

BackendFactory
Registry of named backend constructors with caching.
DuplexBundle
Full-duplex backend bundle.
InputBundle
Input-only backend bundle.
OutputBundle
Output-only backend bundle.

Type Aliases§

BackendCtor
Constructor signature. Returns (driver, capture?, playback?).
BackendParts
Raw backend construction result: (driver, capture?, playback?).