Share via


LiveDeviceSource.GetAudioInputMixLevel Method

Gets the current mix level for the given audio line.

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

Syntax

'Declaration
Public Function GetAudioInputMixLevel ( _
    audioLine As Integer _
) As Double
'Usage
Dim instance As LiveDeviceSource
Dim audioLine As Integer
Dim returnValue As Double

returnValue = instance.GetAudioInputMixLevel(audioLine)
public double GetAudioInputMixLevel (
    int audioLine
)
public:
double GetAudioInputMixLevel (
    int audioLine
)

Parameters

audioLine

The audio line to query

Return Value

The level of the given 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