Vixen
02b45cc4
csharp
public readonly record struct AudioCaptureOptions

What to open a microphone with.

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

Fields and properties (3)

  • public string? DeviceId

    Which device, or for whichever one is default.

  • public AudioFormat Format

    The format to capture in.

  • public int BufferedFrames

    How much captured audio the device holds before a reader is considered too slow.

Methods (1)

  • public AudioCaptureOptions()

    What to open a microphone with.

Used by (7)

  • CaptureTestsVixen.Audio.Tests
  • IAudioBackendVixen.Audio
  • LayeredEventTestsVixen.Audio.Tests
  • NullAudioBackendVixen.Audio
  • NullAudioCaptureDeviceVixen.Audio
  • OpenALBackendVixen.Audio.Backend.OpenAL
  • OpenALCaptureDeviceVixen.Audio.Backend.OpenAL