A synchronizable stream.
More...
◆ addOnMasterSynchronizeContextReady()
Adds a handler that is raised by master streams when the synchronize context is ready.
◆ getId()
abstract String fm.liveswitch.ISynchronizableStream.getId |
( |
| ) |
|
|
abstract |
Gets the stream identifier.
◆ getOutputSynchronizationDisabled()
abstract boolean fm.liveswitch.ISynchronizableStream.getOutputSynchronizationDisabled |
( |
| ) |
|
|
abstract |
Gets whether output synchronization is disabled.
◆ getRemoteDescriptionMediaId()
abstract String fm.liveswitch.ISynchronizableStream.getRemoteDescriptionMediaId |
( |
| ) |
|
|
abstract |
Gets the remote description media identifier.
◆ getSynchronizeContext()
Gets the synchronize context.
◆ getSynchronizers()
Gets all synchronizers in the stream output tracks.
◆ getType()
◆ removeOnMasterSynchronizeContextReady()
Removes a handler that is raised by master streams when the synchronize context is ready.
◆ setOutputSynchronizationDisabled()
abstract void fm.liveswitch.ISynchronizableStream.setOutputSynchronizationDisabled |
( |
boolean |
value | ) |
|
|
abstract |
Sets whether output synchronization is disabled.
◆ setSynchronizeContext()
Sets the synchronize context.
◆ synchronize()
abstract void fm.liveswitch.ISynchronizableStream.synchronize |
( |
boolean |
master | ) |
|
|
abstract |
Initializes synchronization.
- Parameters
-
master | Whether this is a master stream. |