Share via


LiveDeviceSource.GetAudioInputVolume Method

Gets a value indicating the audio volume on the current audio line.

Namespace: Microsoft.Expression.Encoder.Live
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Function GetAudioInputVolume As Double
'Usage
Dim instance As LiveDeviceSource
Dim returnValue As Double

returnValue = instance.GetAudioInputVolume
public double GetAudioInputVolume ()
public:
double GetAudioInputVolume ()

Return Value

The volume of the current audio line from 0.0-1.0

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LiveDeviceSource Class
LiveDeviceSource Members
Microsoft.Expression.Encoder.Live Namespace