Vixen
02b45cc4
csharp
public enum VoiceState

What a voice is doing.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • Free

    Nothing. The slot is available.

  • Claimed

    Taken by a caller that has not finished describing it yet.

  • Playing

    Producing sound.

  • Paused

    Holding its position and producing silence.

  • Stopping

    Fading out over one block, because something asked it to stop.

  • Finished

    Done, 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