Vixen
02b45cc4
csharp
public interface IAudioBackend

A way of getting at the machine's audio outputs.

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

Fields and properties (3)

  • string Name

    What to call it in a log — OpenAL, WebAudio, Null.

  • bool IsAvailable

    Whether this process could actually open a device through it.

  • bool SupportsCapture

    Whether this backend can open a microphone as well as a speaker.

Methods (4)

Used by (5)

  • AudioEngineVixen.Audio
  • CaptureTestsVixen.Audio.Tests
  • NullAudioBackendVixen.Audio
  • OpenALBackendVixen.Audio.Backend.OpenAL
  • SilentBackendVixen.Audio.Tests