A media rendering synchronizer. More...
Instance Methods | |
(void) | - activateWithMaster:slaves: |
Activates synchronizing. More... | |
(bool) | - active |
Gets whether synchronization is active. More... | |
(bool) | - master |
Gets whether this is the master. More... | |
(long long) | - masterSystemTimestamp |
Gets the master system timestamp. More... | |
(void) | - setMasterSystemTimestamp: |
Sets the master system timestamp. More... | |
(NSMutableArray *) | - slaves |
Gets the slaves. More... | |
A media rendering synchronizer.
- (void) activateWithMaster: | (bool) | master | |
slaves: | (NSMutableArray *) | slaves | |
Activates synchronizing.
master | Whether this is a master. |
slaves | The slaves, if this is a master. |
Reimplemented in FMLiveSwitchVideoSynchronizer, and FMLiveSwitchAudioSynchronizer.
- (bool) active |
Gets whether synchronization is active.
Reimplemented in FMLiveSwitchVideoSynchronizer, and FMLiveSwitchAudioSynchronizer.
- (bool) master |
Gets whether this is the master.
Reimplemented in FMLiveSwitchVideoSynchronizer, and FMLiveSwitchAudioSynchronizer.
- (long long) masterSystemTimestamp |
Gets the master system timestamp.
Reimplemented in FMLiveSwitchVideoSynchronizer, and FMLiveSwitchAudioSynchronizer.
- (void) setMasterSystemTimestamp: | (long long) | value |
Sets the master system timestamp.
Reimplemented in FMLiveSwitchVideoSynchronizer, and FMLiveSwitchAudioSynchronizer.
- (NSMutableArray*) slaves |
Gets the slaves.
Reimplemented in FMLiveSwitchVideoSynchronizer, and FMLiveSwitchAudioSynchronizer.