/ fm / liveswitch / LocalMediaState
Enumeration: LocalMediaState
fm.liveswitch.LocalMediaState
The state of local media.
Table of contents
Enumeration members
Enumeration members
Destroyed
• Destroyed: = 7
Indicates that the local media has been destroyed.
Defined in: Generated/TypeScript/fm.liveswitch/LocalMediaState.ts:50
Destroying
• Destroying: = 6
Indicates that the local media is being destroyed.
Defined in: Generated/TypeScript/fm.liveswitch/LocalMediaState.ts:44
New
• New: = 1
Indicates that the local media has not been started yet.
Defined in: Generated/TypeScript/fm.liveswitch/LocalMediaState.ts:14
Started
• Started: = 3
Indicates that the local media has started.
Defined in: Generated/TypeScript/fm.liveswitch/LocalMediaState.ts:26
Starting
• Starting: = 2
Indicates that the local media is starting.
Defined in: Generated/TypeScript/fm.liveswitch/LocalMediaState.ts:20
Stopped
• Stopped: = 5
Indicates that the local media has stopped.
Defined in: Generated/TypeScript/fm.liveswitch/LocalMediaState.ts:38
Stopping
• Stopping: = 4
Indicates that the local media is stopping.
Defined in: Generated/TypeScript/fm.liveswitch/LocalMediaState.ts:32