csharp
public readonly record struct AudioCaptureOptionsWhat 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? DeviceIdWhich device, or for whichever one is default.
public AudioFormat FormatThe format to capture in.
public int BufferedFramesHow 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