Share via


LiveDeviceSource.GetVideoLineType Method

Gets the video line type for the given video line index.

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

Syntax

'Declaration
Public Function GetVideoLineType ( _
    videoLineIndex As Integer _
) As VideoConnectorType
'Usage
Dim instance As LiveDeviceSource
Dim videoLineIndex As Integer
Dim returnValue As VideoConnectorType

returnValue = instance.GetVideoLineType(videoLineIndex)
public VideoConnectorType GetVideoLineType (
    int videoLineIndex
)
public:
VideoConnectorType GetVideoLineType (
    int videoLineIndex
)

Parameters

videoLineIndex

The index of the line to query.

Return Value

The video line type.

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