pub unsafe extern "C-unwind" fn AUGraphIsInitialized(
in_graph: AUGraph,
out_is_initialized: NonNull<u8>,
) -> i32๐Deprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate feature
AUGraph only.Expand description
Is the graph initialised
ยงSafety
in_graphmust be a valid pointer.out_is_initializedmust be a valid pointer.