Expand description
Backend factory for constructing I/O backends by name.
§BackendFactory — constructor registry for I/O backends
Structs§
- Backend
Factory - Registry of named backend constructors with caching.
- Duplex
Bundle - Full-duplex backend bundle.
- Input
Bundle - Input-only backend bundle.
- Output
Bundle - Output-only backend bundle.
Type Aliases§
- Backend
Ctor - Constructor signature. Returns
(driver, capture?, playback?). - Backend
Parts - Raw backend construction result:
(driver, capture?, playback?).