A media rendering synchronizer. More...
Public Member Functions | |
| abstract void | activate (boolean master, fm.liveswitch.ISynchronizer[] slaves) |
| Activates synchronizing. More... | |
| abstract boolean | getActive () |
| Gets whether synchronization is active. More... | |
| abstract boolean | getMaster () |
| Gets whether this is the master. More... | |
| abstract long | getMasterSystemTimestamp () |
| Gets the master system timestamp. More... | |
| abstract fm.liveswitch.ISynchronizer[] | getSlaves () |
| Gets the slaves. More... | |
| abstract void | setMasterSystemTimestamp (long value) |
| Sets the master system timestamp. More... | |
A media rendering synchronizer.
|
abstract |
Activates synchronizing.
| master | Whether this is a master. |
| slaves | The slaves, if this is a master. |
Implemented in fm.liveswitch.VideoSynchronizer, and fm.liveswitch.AudioSynchronizer.
|
abstract |
Gets whether synchronization is active.
Implemented in fm.liveswitch.VideoSynchronizer, and fm.liveswitch.AudioSynchronizer.
|
abstract |
Gets whether this is the master.
Implemented in fm.liveswitch.VideoSynchronizer, and fm.liveswitch.AudioSynchronizer.
|
abstract |
Gets the master system timestamp.
Implemented in fm.liveswitch.VideoSynchronizer, and fm.liveswitch.AudioSynchronizer.
|
abstract |
Gets the slaves.
Implemented in fm.liveswitch.VideoSynchronizer, and fm.liveswitch.AudioSynchronizer.
|
abstract |
Sets the master system timestamp.
Implemented in fm.liveswitch.VideoSynchronizer, and fm.liveswitch.AudioSynchronizer.