/ fm / liveswitch / StreamDirection
Enumeration: StreamDirection
fm.liveswitch.StreamDirection
A stream direction.
Table of contents
Enumeration members
Enumeration members
Inactive
• Inactive: = 4
Indicates a stream that cannot send or receive.
Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:32
ReceiveOnly
• ReceiveOnly: = 3
Indicates a stream that can receive.
Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:26
SendOnly
• SendOnly: = 2
Indicates a stream that can send.
Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:20
SendReceive
• SendReceive: = 1
Indicates a stream that can send and can receive.
Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:14
Unset
• Unset: = 5
Indicates that a stream direction has not been set.
Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:38