Enumerates the media stream directions.
Namespace:
Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public enum MediaStreamDirection |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 |
Media stream direction is unknown.
|
|
Send | 1 |
Media stream is outbound.
|
|
Receive | 2 |
Media stream is inbound.
|
|
Invalid | -1 |