|
void | addOnSize (fm.liveswitch.IAction1< fm.liveswitch.Size > value) |
| Adds a handler that is raised whenever the video's frame size is known, once per frame. More...
|
|
void | addOnSizeChange (fm.liveswitch.IAction1< fm.liveswitch.Size > value) |
| Adds a handler that is raised whenever the video's frame size changes. More...
|
|
boolean | destroy () |
| Destroys this media track. More...
|
|
fm.liveswitch.IVideoElement[] | getElements () |
| Gets the elements. More...
|
|
String | getLabel () |
| Gets a label that identifies this class. More...
|
|
fm.liveswitch.Size | getSize () |
| Gets the size of the last processed video frame, if known. More...
|
|
fm.liveswitch.Future< fm.liveswitch.VideoBuffer > | grabFrame () |
| Grabs the next raw video frame. More...
|
|
void | removeOnSize (fm.liveswitch.IAction1< fm.liveswitch.Size > value) |
| Removes a handler that is raised whenever the video's frame size is known, once per frame. More...
|
|
void | removeOnSizeChange (fm.liveswitch.IAction1< fm.liveswitch.Size > value) |
| Removes a handler that is raised whenever the video's frame size changes. More...
|
|
| VideoTrack () |
| Initializes a new instance of the fm.liveswitch.VideoTrack class. More...
|
|
| VideoTrack (fm.liveswitch.IVideoElement element) |
| Initializes a new instance of the fm.liveswitch.VideoTrack class. More...
|
|
| VideoTrack (fm.liveswitch.VideoTrack[] tracks) |
| Initializes a new instance of the fm.liveswitch.VideoTrack class. More...
|
|
abstract void | addOnDestroyed (fm.liveswitch.IAction0 value) |
| Adds a handler that is raised when the track is destroyed. More...
|
|
abstract void | addOnMuted (fm.liveswitch.IAction0 value) |
| Adds a handler that is raised when the track is muted. More...
|
|
abstract void | addOnStarted (fm.liveswitch.IAction0 value) |
| Adds a handler that is raised when the track is started. More...
|
|
abstract void | addOnStopped (fm.liveswitch.IAction0 value) |
| Adds a handler that is raised when the track is stopped. More...
|
|
abstract void | addOnUnmuted (fm.liveswitch.IAction0 value) |
| Adds a handler that is raised when the track is unmuted. More...
|
|
abstract fm.liveswitch.Future< Object > | changeSinkOutput (fm.liveswitch.SinkOutput sinkOutput) |
| Changes the sink output while the media track is active. More...
|
|
abstract fm.liveswitch.Future< Object > | changeSourceInput (fm.liveswitch.SourceInput sourceInput) |
| Changes the source input while the media track is active. More...
|
|
abstract boolean | getMuted () |
| Gets a value indicating whether this track is muted. More...
|
|
abstract fm.liveswitch.SinkOutput | getSinkOutput () |
| Gets the current sink output. More...
|
|
abstract fm.liveswitch.Future< fm.liveswitch.SinkOutput[]> | getSinkOutputs () |
| Gets the available sink outputs. More...
|
|
abstract fm.liveswitch.SourceInput | getSourceInput () |
| Gets the current source input. More...
|
|
abstract fm.liveswitch.Future< fm.liveswitch.SourceInput[]> | getSourceInputs () |
| Gets the available source inputs. More...
|
|
abstract void | removeOnDestroyed (fm.liveswitch.IAction0 value) |
| Removes a handler that is raised when the track is destroyed. More...
|
|
abstract void | removeOnMuted (fm.liveswitch.IAction0 value) |
| Removes a handler that is raised when the track is muted. More...
|
|
abstract void | removeOnStarted (fm.liveswitch.IAction0 value) |
| Removes a handler that is raised when the track is started. More...
|
|
abstract void | removeOnStopped (fm.liveswitch.IAction0 value) |
| Removes a handler that is raised when the track is stopped. More...
|
|
abstract void | removeOnUnmuted (fm.liveswitch.IAction0 value) |
| Removes a handler that is raised when the track is unmuted. More...
|
|
abstract void | setMuted (boolean value) |
| Sets a value indicating whether this track is muted. More...
|
|
abstract void | setSinkOutput (fm.liveswitch.SinkOutput value) |
| Sets the current sink output. More...
|
|
abstract void | setSourceInput (fm.liveswitch.SourceInput value) |
| Sets the current source input. More...
|
|
java.util.HashMap< String, Object > | getDynamicProperties () |
| Gets all dynamic properties on this instance. More...
|
|
Object | getDynamicValue (String key) |
| Gets a property value from the local cache. More...
|
|
void | setDynamicValue (String key, Object value) |
| Sets a property value in the local cache. More...
|
|
boolean | unsetDynamicValue (String key) |
| Removes a property value from the local cache. More...
|
|
abstract boolean | getDeactivated () |
| Gets a value indicating whether this instance is deactivated. More...
|
|
abstract boolean | getDisabled () |
| Gets a value indicating whether this instance is disabled. More...
|
|
abstract boolean | getMuted () |
| Gets a value indicating whether this instance is muted. More...
|
|
abstract boolean | getPaused () |
| Gets a value indicating whether this instance is paused. More...
|
|
abstract boolean | getPersistent () |
| Gets a value indicating whether this instance is persistent. More...
|
|
abstract void | setDeactivated (boolean value) |
| Sets a value indicating whether this instance is deactivated. More...
|
|
abstract void | setMuted (boolean value) |
| Sets a value indicating whether this instance is muted. More...
|
|
abstract String | getExternalId () |
| Gets the external identifier. More...
|
|
abstract String | getId () |
| Gets the identifier. More...
|
|
abstract String | getPipelineJson () |
| Gets the pipeline JSON with this as the central point. More...
|
|
abstract void | setExternalId (String value) |
| Sets the external identifier. More...
|
|