fm.liveswitch.MediaPipeState Enum Reference

The state of a media pipe. More...

Public Member Functions

 MediaPipeState (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static MediaPipeState getByAssignedValue (int value)
 

Public Attributes

 Initialized =(1)
 Indicates that the media sink has been initialized. More...
 
 Destroying =(2)
 Indicates that the media pipe is being destroyed. More...
 
 Destroyed =(3)
 Indicates that the media pipe has been destroyed. More...
 

Detailed Description

The state of a media pipe.

Constructor & Destructor Documentation

◆ MediaPipeState()

fm.liveswitch.MediaPipeState.MediaPipeState ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.MediaPipeState.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.MediaPipeState.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Destroyed

fm.liveswitch.MediaPipeState.Destroyed =(3)

Indicates that the media pipe has been destroyed.

◆ Destroying

fm.liveswitch.MediaPipeState.Destroying =(2)

Indicates that the media pipe is being destroyed.

◆ Initialized

fm.liveswitch.MediaPipeState.Initialized =(1)

Indicates that the media sink has been initialized.