Interface IAudioCaptureDeviceSourceSettings
- Namespace
- VisioForge.Core.Types.X.Sources
- Assembly
- VisioForge.Core.dll
Audio capture device source settings interface.
public interface IAudioCaptureDeviceSourceSettings : IAudioVolumeMuteImplements
Properties
API
Gets or sets the API.
AudioCaptureDeviceAPI API { get; }Property Value
Format
Gets or sets the format.
AudioCaptureDeviceFormat Format { get; set; }