pub unsafe extern "C-unwind" fn AudioFileRemoveUserData(
in_audio_file: AudioFileID,
in_user_data_id: u32,
in_index: u32,
) -> i32
Available on crate feature
AudioFile
only.Expand description
Remove a user chunk in a file.
Parameter inAudioFile
: an AudioFileID.
Parameter inUserDataID
: the four char code of the chunk.
Parameter inIndex
: an index specifying which chunk if there are more than one.
Returns: returns noErr if successful.