/ fm / liveswitch / StreamTypeHelper
Class: StreamTypeHelper
fm.liveswitch.StreamTypeHelper
Class containing utility methods for [[fm.liveswitch.streamType]].
Table of contents
Constructors
Methods
Constructors
constructor
+ new StreamTypeHelper(): StreamTypeHelper
Returns: StreamTypeHelper
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/StreamTypeHelper.ts:9
typeFromString
▸ Static
typeFromString(typeString
: string): StreamType
Convert a string to a [[fm.liveswitch.streamType]].
Parameters:
Name | Type |
---|---|
typeString |
string |
Returns: StreamType
Defined in: Generated/TypeScript/fm.liveswitch/StreamTypeHelper.ts:18
typeToCapitalizedString
▸ Static
typeToCapitalizedString(streamType
: StreamType): string
Convert a [[fm.liveswitch.streamType]] to a string.
Parameters:
Name | Type |
---|---|
streamType |
StreamType |
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/StreamTypeHelper.ts:43
typeToString
▸ Static
typeToString(streamType
: StreamType): string
Convert a [[fm.liveswitch.streamType]] to a string.
Parameters:
Name | Type |
---|---|
streamType |
StreamType |
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/StreamTypeHelper.ts:71