A video type. More...
Public Member Functions | |
| VideoType (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static VideoType | getByAssignedValue (int value) |
Public Attributes | |
| Unknown =(1) | |
| Indicates an unknown type. More... | |
| Camera =(2) | |
| Indicates camera-based video. More... | |
| Screen =(3) | |
| Indicates screen-based video. More... | |
A video type.
| fm.liveswitch.VideoType.VideoType | ( | int | value | ) |
|
static |
| int fm.liveswitch.VideoType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.VideoType.Camera =(2) |
Indicates camera-based video.
| fm.liveswitch.VideoType.Screen =(3) |
Indicates screen-based video.
| fm.liveswitch.VideoType.Unknown =(1) |
Indicates an unknown type.