pub unsafe extern "C-unwind" fn ExtAudioFileDispose(
in_ext_audio_file: ExtAudioFileRef,
) -> i32Available on crate feature
ExtendedAudioFile only.Expand description
Close the file and dispose the object.
Parameter inExtAudioFile: The extended audio file object.
Returns: An OSStatus error code.
Closes the file and deletes the object.
ยงSafety
in_ext_audio_file must be a valid pointer.