Available on crate feature
interface only.Expand description
Callback command types.
These are returned to the callback function.
Structs§
- Buffer
In - Data for input mode.
- Buffer
Main - Data for main mode.
- Buffer
Out - Data for output mode.
- Change
- Change command.
- Ending
- Ending command.
- Starting
- Starting command.
Enums§
- Callback
Command - Callback command passed to the audio callback.
Traits§
- HasAudio
Buffer - Callback command with audio buffer. Used to abstract away the command type in client code
- HasAudio
Info - Callback command with audio info. Used to abstract away the command type in client code