Module commands

Module commands 

Source
Available on crate feature interface only.
Expand description

Callback command types.

These are returned to the callback function.

Structs§

BufferIn
Data for input mode.
BufferMain
Data for main mode.
BufferOut
Data for output mode.
Change
Change command.
Ending
Ending command.
Starting
Starting command.

Enums§

CallbackCommand
Callback command passed to the audio callback.

Traits§

HasAudioBuffer
Callback command with audio buffer. Used to abstract away the command type in client code
HasAudioInfo
Callback command with audio info. Used to abstract away the command type in client code