Function ExtAudioFileDispose

Source
pub unsafe extern "C-unwind" fn ExtAudioFileDispose(
    in_ext_audio_file: ExtAudioFileRef,
) -> i32
Available 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.