fm.liveswitch.StreamType Enum Reference

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

Detailed Description

A stream type.

Constructor & Destructor Documentation

◆ StreamType()

fm.liveswitch.StreamType.StreamType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.StreamType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.StreamType.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Application

fm.liveswitch.StreamType.Application =(3)

Indicates an application stream.

◆ Audio

fm.liveswitch.StreamType.Audio =(1)

Indicates an audio stream.

◆ Message

fm.liveswitch.StreamType.Message =(4)

Indicates a message stream.

◆ Text

fm.liveswitch.StreamType.Text =(5)

Indicates a text stream.

◆ Video

fm.liveswitch.StreamType.Video =(2)

Indicates a video stream.