Enum AudioStopOptions
Controls how Cue objects should cease playback when told to stop.
public enum AudioStopOptions
Fields
AsAuthored = 0Stop normally, playing any pending release phases or transitions.
Immediate = 1Immediately stops the cue, ignoring any pending release phases or transitions.