AUGraphIsInitialized

Function AUGraphIsInitialized 

Source
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_graph must be a valid pointer.
  • out_is_initialized must be a valid pointer.