/ fm / liveswitch / StreamState
Enumeration: StreamState
fm.liveswitch.StreamState
The state of a stream.
Table of contents
Enumeration members
Enumeration members
Closed
• Closed: = 8
Indicates that the stream has been instructed to close and has cleaned up.
Defined in: Generated/TypeScript/fm.liveswitch/StreamState.ts:56
Closing
• Closing: = 7
Indicates that the stream has been instructed to close and is cleaning up.
Defined in: Generated/TypeScript/fm.liveswitch/StreamState.ts:50
Connected
• Connected: = 4
Indicates that the stream is currently connected.
Defined in: Generated/TypeScript/fm.liveswitch/StreamState.ts:32
Connecting
• Connecting: = 3
Indicates that the stream is currently connecting.
Defined in: Generated/TypeScript/fm.liveswitch/StreamState.ts:26
Failed
• Failed: = 6
Indicates that the stream has encountered an error and has cleaned up.
Defined in: Generated/TypeScript/fm.liveswitch/StreamState.ts:44
Failing
• Failing: = 5
Indicates that the stream has encountered an error and is cleaning up.
Defined in: Generated/TypeScript/fm.liveswitch/StreamState.ts:38
Initializing
• Initializing: = 2
Indicates that the stream is being initialized but no connecting attempts have been made.
Defined in: Generated/TypeScript/fm.liveswitch/StreamState.ts:20
New
• New: = 1
Indicates that the stream is new and has not been started.
Defined in: Generated/TypeScript/fm.liveswitch/StreamState.ts:14