Module voicemeeter::interface::callback::commands
source · Available on crate feature
interface
only.Expand description
Callback command types.
These are returned to the callback function.
Structs§
- Data for input mode.
- Data for main mode.
- Data for output mode.
- Change command.
- Ending command.
- Starting command.
Enums§
- Callback command passed to the audio callback.
Traits§
- Callback command with audio buffer. Used to abstract away the command type in client code
- Callback command with audio info. Used to abstract away the command type in client code