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... | |
The state of a media pipe.
fm.liveswitch.MediaPipeState.MediaPipeState | ( | int | value | ) |
|
static |
int fm.liveswitch.MediaPipeState.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.MediaPipeState.Destroyed =(3) |
Indicates that the media pipe has been destroyed.
fm.liveswitch.MediaPipeState.Destroying =(2) |
Indicates that the media pipe is being destroyed.
fm.liveswitch.MediaPipeState.Initialized =(1) |
Indicates that the media sink has been initialized.