graph_stop

Function graph_stop 

Source
pub fn graph_stop(graph: &mut ove_audio_graph) -> Result<()>
Expand description

Stop the graph.

ยงErrors

Returns an error if graph is not in RUNNING state.