|
void | addOnEnded (fm.liveswitch.IAction0 value) |
| Adds a handler that is raised when the file ends. More...
|
|
| AudioSource (String path) |
| Initializes a new instance of the fm.liveswitch.matroska.AudioSource class. More...
|
|
fm.liveswitch.Future< fm.liveswitch.SourceInput[]> | getInputs () |
| Gets the source inputs (tracks). More...
|
|
String | getLabel () |
| Gets the label. More...
|
|
String | getPath () |
| Gets the path. More...
|
|
boolean | getStopCaptureOnEnd () |
| Gets whether capturing should stop when the file ends. More...
|
|
void | removeOnEnded (fm.liveswitch.IAction0 value) |
| Removes a handler that is raised when the file ends. More...
|
|
void | setStopCaptureOnEnd (boolean value) |
| Sets whether capturing should stop when the file ends. More...
|
|
| AudioSource (fm.liveswitch.AudioFormat outputFormat) |
| Initializes a new instance of the fm.liveswitch.AudioSource class. More...
|
|
| AudioSource (fm.liveswitch.AudioFormat outputFormat, int frameDuration) |
| Initializes a new instance of the fm.liveswitch.AudioSource class. More...
|
|
int | calculateDuration (int dataLength) |
| Calculates the duration of an audio chunk given its data length (the number of bytes) and assuming that the clock rate and channel count match the output format. More...
|
|
int | calculateDurationFloat (int dataLength) |
| Calculates the duration of an audio chunk given its data length (the number of bytes) and assuming that the clock rate and channel count match the output format. More...
|
|
fm.liveswitch.AudioConfig | getConfig () |
| Gets the output configuration. More...
|
|
boolean | getDisableTimestampReset () |
| Gets whether the timestamp should be reset using the wall clock after fm.liveswitch.AudioSource#getTimestampResetInterval milliseconds elapse between frames. More...
|
|
boolean | getForceTimestampReset () |
| Gets whether the timestamp should be reset before the next frame is processed. More...
|
|
int | getFrameDuration () |
| Gets the frame duration in milliseconds. More...
|
|
int | getTimestampResetInterval () |
| Gets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock. More...
|
|
double | getVolume () |
| Gets a value indicating the volume (output resistance) of this source. More...
|
|
void | setDisableTimestampReset (boolean value) |
| Sets whether the timestamp should be reset using the wall clock after fm.liveswitch.AudioSource#getTimestampResetInterval milliseconds elapse between frames. More...
|
|
void | setForceTimestampReset (boolean value) |
| Sets whether the timestamp should be reset before the next frame is processed. More...
|
|
void | setTimestampResetInterval (int value) |
| Sets the amount of time in milliseconds between audio frames that will trigger a reset of the timestamp to the wall clock. More...
|
|
void | setVolume (double value) |
| Sets a value indicating the volume (output resistance) of this source. More...
|
|
String | getExternalId () |
| Gets the external identifier. More...
|
|
String | getId () |
| Gets the identifier. More...
|
|
String | getTag () |
| Gets optional data to associate with this instance. More...
|
|
void | setExternalId (String value) |
| Sets the external identifier. More...
|
|
void | setTag (String value) |
| Sets optional data to associate with this instance. More...
|
|
abstract fm.liveswitch.Future< Object > | start () |
| Starts this instance. More...
|
|
abstract fm.liveswitch.Future< Object > | stop () |
| Stops this instance. 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 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...
|
|
abstract boolean | destroy () |
| Destroys this instance. 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...
|
|