Class StreamTypeHelper
Class containing utility methods for StreamType.
Inheritance
System.Object
StreamTypeHelper
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public static class StreamTypeHelper : object
Methods
TypeFromString(String)
Convert a string to a StreamType.
Declaration
public static StreamType TypeFromString(string typeString)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | typeString |
Returns
| Type | Description |
|---|---|
| StreamType |
TypeToCapitalizedString(StreamType)
Convert a StreamType to a string.
Declaration
public static string TypeToCapitalizedString(StreamType streamType)
Parameters
| Type | Name | Description |
|---|---|---|
| StreamType | streamType |
Returns
| Type | Description |
|---|---|
| System.String |
TypeToString(StreamType)
Convert a StreamType to a string.
Declaration
public static string TypeToString(StreamType streamType)
Parameters
| Type | Name | Description |
|---|---|---|
| StreamType | streamType |
Returns
| Type | Description |
|---|---|
| System.String |