MusicSequence.SetUserCallback(MusicSequenceUserCallback) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs a callback whenever a user event is encountered on the music track.
public void SetUserCallback (AudioToolbox.MusicSequenceUserCallback callback);
member this.SetUserCallback : AudioToolbox.MusicSequenceUserCallback -> unit
Parameters
- callback
- MusicSequenceUserCallback
The callback to call whenever a user event is encountered on the music track.