Struct pulsectl::controllers::SinkController [−][src]
pub struct SinkController { pub handler: Handler, }
Expand description
This handles device that plays out audio (e.g., headphone), so this is appropriate when dealing with audio playback devices and applications.
Fields
handler: Handler