A stream type. More...
Public Member Functions | |
| StreamType (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static StreamType | getByAssignedValue (int value) |
Public Attributes | |
| Audio =(1) | |
| Indicates an audio stream. More... | |
| Video =(2) | |
| Indicates a video stream. More... | |
| Application =(3) | |
| Indicates an application stream. More... | |
| Message =(4) | |
| Indicates a message stream. More... | |
| Text =(5) | |
| Indicates a text stream. More... | |
A stream type.
| fm.liveswitch.StreamType.StreamType | ( | int | value | ) |
|
static |
| int fm.liveswitch.StreamType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.StreamType.Application =(3) |
Indicates an application stream.
| fm.liveswitch.StreamType.Audio =(1) |
Indicates an audio stream.
| fm.liveswitch.StreamType.Message =(4) |
Indicates a message stream.
| fm.liveswitch.StreamType.Text =(5) |
Indicates a text stream.
| fm.liveswitch.StreamType.Video =(2) |
Indicates a video stream.