MediaRecordingOptions Struct

Definition

public readonly record struct MediaRecordingOptions(MediaWorkflowQualityProfile? QualityProfile, string InputDeviceId, string OutputDeviceId, bool EnableSystemLoopback, bool EnableAcousticEchoCancellation, bool EnableNoiseSuppression, MediaAudioFormat TargetAudioFormat) : IEquatable<MediaRecordingOptions>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (7)

Methods (1)