pub unsafe extern "C-unwind" fn AUGraphIsRunning(
in_graph: AUGraph,
out_is_running: NonNull<u8>,
) -> i32๐Deprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate feature
AUGraph only.Expand description
Is the graph running (has it been started)
ยงSafety
in_graphmust be a valid pointer.out_is_runningmust be a valid pointer.