Interface IAudioOutput
An audio output.
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public interface IAudioOutput : IMediaOutput<IAudioOutput, IAudioInput, AudioFrame, AudioBuffer, AudioBufferCollection, AudioFormat>, IOutput<IAudioOutput, IAudioInput, AudioFrame, AudioBuffer, AudioBufferCollection, AudioFormat>, IAudioElement, IMediaElement, IElement
Properties
Config
Gets the configuration.
Declaration
AudioConfig Config { get; }
Property Value
Type | Description |
---|---|
AudioConfig |
Volume
Gets or sets a value indicating the volume (output resistance) of this source. Valid value range is 0.0 to 1.0, inclusive.
Declaration
double Volume { get; set; }
Property Value
Type | Description |
---|---|
System.Double |