Interface IAudioInput
An audio input.
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public interface IAudioInput : IMediaInput<IAudioOutput, IAudioInput, AudioFrame, AudioBuffer, AudioBufferCollection, AudioFormat>, IInput<IAudioOutput, IAudioInput, AudioFrame, AudioBuffer, AudioBufferCollection, AudioFormat>, IAudioElement, IMediaElement, IElement
Properties
Config
Gets the configuration.
Declaration
AudioConfig Config { get; }
Property Value
Type | Description |
---|---|
AudioConfig |
Gain
Gets or sets a value indicating the gain (input amplification) of this sink. Any value greater than or equal to 0.0 is acceptable.
Declaration
double Gain { get; set; }
Property Value
Type | Description |
---|---|
System.Double |