Share via


LiveDeviceSource.EnableInputAudioLine Method

Sets the current audio input line.

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

Syntax

'Declaration
Public Sub EnableInputAudioLine ( _
    audioLineIndex As Integer _
)
'Usage
Dim instance As LiveDeviceSource
Dim audioLineIndex As Integer

instance.EnableInputAudioLine(audioLineIndex)
public void EnableInputAudioLine (
    int audioLineIndex
)
public:
void EnableInputAudioLine (
    int audioLineIndex
)

Parameters

audioLineIndex

The audio line to make active

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