Enum StreamDirection
A stream direction.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum StreamDirection
Fields
| Name | Description |
|---|---|
| Inactive | Indicates a stream that cannot send or receive. |
| ReceiveOnly | Indicates a stream that can receive. |
| SendOnly | Indicates a stream that can send. |
| SendReceive | Indicates a stream that can send and can receive. |
| Unset | Indicates that a stream direction has not been set. |