csharp
public enum VoiceStateWhat a voice is doing.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
FreeNothing. The slot is available.
ClaimedTaken by a caller that has not finished describing it yet.
PlayingProducing sound.
PausedHolding its position and producing silence.
StoppingFading out over one block, because something asked it to stop.
FinishedDone, and waiting for the game thread to collect it.
Used by (11)
- AudioEngineVixen.Audio
- AudioEventVixen.Audio
- AudioEventTestsVixen.Audio.Tests
- AudioMixerVixen.Audio
- AudioMixerTestsVixen.Audio.Tests
- AudioOcclusionVixen.Audio
- AudioSystemVixen.Audio
- AudioSystemTestsVixen.Audio.Tests
- VirtualVoiceTestsVixen.Audio.Tests
- VoiceVixen.Audio
- VoiceStealingTestsVixen.Audio.Tests