Expand description
Helpful wrappers when working with applications and devices.
Both of these controllers implement the same API, defined by the traits DeviceControl and AppControl.
Modules§
Structs§
- Sink
Controller - This handles device that plays out audio (e.g., headphone), so this is appropriate when dealing with audio playback devices and applications.
- Source
Controller - This handles devices which takes in audio (e.g., microphone), so this is appropriate when manipulating recording devices such as microphone volume.