Table of Contents

Enum DynamicSoundSource.AsyncCommand

Namespace
Stride.Audio
Assembly
Stride.Audio.dll

The possible async commands that can be queued and be handled by subclasses

protected enum DynamicSoundSource.AsyncCommand

Fields

Dispose = 5
Pause = 1
Play = 0
Seek = 3
SetRange = 4
Stop = 2