pub unsafe extern "C-unwind" fn AudioFileComponentRemoveUserData(
in_component: AudioFileComponent,
in_user_data_id: u32,
in_index: u32,
) -> i32
Available on crate feature
AudioComponent
only.Expand description
implements AudioFileRemoveUserData.
Parameter inComponent
: an AudioFileComponent
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.