LiveDeviceSource.SetAudioInputMixLevel Method

Sets the mix level of the given audio line.

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

Syntax

'Declaration
Public Sub SetAudioInputMixLevel ( _
    audioLine As Integer, _
    mixLevel As Double _
)
'Usage
Dim instance As LiveDeviceSource
Dim audioLine As Integer
Dim mixLevel As Double

instance.SetAudioInputMixLevel(audioLine, mixLevel)
public void SetAudioInputMixLevel (
    int audioLine,
    double mixLevel
)
public:
void SetAudioInputMixLevel (
    int audioLine, 
    double mixLevel
)

Parameters

audioLine

The audio line to set

mixLevel

The mix level for this 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