pub unsafe extern "C-unwind" fn AudioFileComponentCloseFile(
in_component: AudioFileComponent,
) -> i32Available on crate feature
AudioComponent only.Expand description
implements AudioFileClose.
Parameter inComponent: an AudioFileComponent
Returns: returns noErr if successful.
ยงSafety
in_component must be a valid pointer.