The state of a media sink. More...
Public Member Functions | |
MediaSinkState (int value) | |
int | getAssignedValue () |
Static Public Member Functions | |
[static initializer] | |
static MediaSinkState | getByAssignedValue (int value) |
Public Attributes | |
Initialized =(1) | |
Indicates that the media sink has been initialized. More... | |
Destroying =(2) | |
Indicates that the media sink is being destroyed. More... | |
Destroyed =(3) | |
Indicates that the media sink has been destroyed. More... | |
The state of a media sink.
fm.liveswitch.MediaSinkState.MediaSinkState | ( | int | value | ) |
|
static |
int fm.liveswitch.MediaSinkState.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.MediaSinkState.Destroyed =(3) |
Indicates that the media sink has been destroyed.
fm.liveswitch.MediaSinkState.Destroying =(2) |
Indicates that the media sink is being destroyed.
fm.liveswitch.MediaSinkState.Initialized =(1) |
Indicates that the media sink has been initialized.