Type Alias cubeb::StateCallback

source ·
pub type StateCallback = dyn FnMut(State) + Send + Sync + 'static;
Expand description

User supplied state callback.

Arguments

state: The new state of the stream