pub unsafe extern "C-unwind" fn MusicTrackGetSequence(
in_track: MusicTrack,
out_sequence: NonNull<MusicSequence>,
) -> i32Available on crate feature
MusicPlayer only.Expand description
Gets the sequence which the track is a member of
Parameter inTrack: the track
Parameter outSequence: the track’s sequence
§Safety
in_trackmust be a valid pointer.out_sequencemust be a valid pointer.