AUGraphIsOpen

Function AUGraphIsOpen 

Source
pub unsafe extern "C-unwind" fn AUGraphIsOpen(
    in_graph: AUGraph,
    out_is_open: NonNull<u8>,
) -> i32
๐Ÿ‘ŽDeprecated: AUGraph is deprecated in favor of AVAudioEngine
Available on crate feature AUGraph only.
Expand description

Is the graph open

ยงSafety

  • in_graph must be a valid pointer.
  • out_is_open must be a valid pointer.