pub unsafe extern "C-unwind" fn MusicEventIteratorDeleteEvent(
in_iterator: MusicEventIterator,
) -> i32Available on crate feature
MusicPlayer only.Expand description
Deletes the event pointed to by the iterator
The iterator will reference the next event after the event has been deleted.
Parameter inIterator: the iterator
ยงSafety
in_iterator must be a valid pointer.