fm.liveswitch.VideoType Enum Reference

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...
 

Detailed Description

A video type.

Constructor & Destructor Documentation

◆ VideoType()

fm.liveswitch.VideoType.VideoType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.VideoType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.VideoType.getAssignedValue ( )

◆ getByAssignedValue()

static VideoType fm.liveswitch.VideoType.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Camera

fm.liveswitch.VideoType.Camera =(2)

Indicates camera-based video.

◆ Screen

fm.liveswitch.VideoType.Screen =(3)

Indicates screen-based video.

◆ Unknown

fm.liveswitch.VideoType.Unknown =(1)

Indicates an unknown type.