Share via


LiveDeviceSource.GetActiveAudioLine Method

Gets the currently selected audio line.

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

Syntax

'Declaration
Public Function GetActiveAudioLine As Integer
'Usage
Dim instance As LiveDeviceSource
Dim returnValue As Integer

returnValue = instance.GetActiveAudioLine
public int GetActiveAudioLine ()
public:
int GetActiveAudioLine ()

Return Value

The index of the current audio line

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