Share via


LiveDeviceSource.GetAudioLineName Method

Gets the name of the audio line at the given index.

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

Syntax

'Declaration
Public Function GetAudioLineName ( _
    audioLineIndex As Integer _
) As String
'Usage
Dim instance As LiveDeviceSource
Dim audioLineIndex As Integer
Dim returnValue As String

returnValue = instance.GetAudioLineName(audioLineIndex)
public string GetAudioLineName (
    int audioLineIndex
)
public:
String^ GetAudioLineName (
    int audioLineIndex
)

Parameters

audioLineIndex

The audio line to query

Return Value

The name of this 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