StreamStateChangedEventArgs.Direction Property
Gets the stream direction.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Direction As MediaStreamDirection
Get
'Usage
Dim instance As StreamStateChangedEventArgs
Dim value As MediaStreamDirection
value = instance.Direction
public MediaStreamDirection Direction { get; }
Property Value
Type: Microsoft.Lync.Model.Conversation.AudioVideo.MediaStreamDirection
See Also
Reference
StreamStateChangedEventArgs Class