A synchronizable stream. More...
Instance Methods | |
| (void) | - addOnMasterSynchronizeContextReady: |
| Adds a handler that is raised by master streams when the synchronize context is ready. More... | |
| (FMLiveSwitchSynchronizeContext *) | - addOnMasterSynchronizeContextReadyWithBlock |
| Adds a handler that is raised by master streams when the synchronize context is ready. More... | |
| (void) | - addOnMasterSynchronizeContextReadyWithBlock: |
| Adds a handler that is raised by master streams when the synchronize context is ready. More... | |
| (NSString *) | - id |
| Gets the stream identifier. More... | |
| (bool) | - outputSynchronizationDisabled |
| Gets whether output synchronization is disabled. More... | |
| (NSString *) | - remoteDescriptionMediaId |
| Gets the remote description media identifier. More... | |
| (void) | - removeOnMasterSynchronizeContextReady: |
| Removes a handler that is raised by master streams when the synchronize context is ready. More... | |
| (void) | - setOutputSynchronizationDisabled: |
| Sets whether output synchronization is disabled. More... | |
| (void) | - setSynchronizeContext: |
| Sets the synchronize context. More... | |
| (FMLiveSwitchSynchronizeContext *) | - synchronizeContext |
| Gets the synchronize context. More... | |
| (NSMutableArray *) | - synchronizers |
| Gets all synchronizers in the stream output tracks. More... | |
| (void) | - synchronizeWithMaster: |
| Initializes synchronization. More... | |
| (FMLiveSwitchStreamType) | - type |
| Gets the stream type. More... | |
A synchronizable stream.
| - (void) addOnMasterSynchronizeContextReady: | (FMLiveSwitchAction1 *) | value |
Adds a handler that is raised by master streams when the synchronize context is ready.
| - (FMLiveSwitchSynchronizeContext*) addOnMasterSynchronizeContextReadyWithBlock |
Adds a handler that is raised by master streams when the synchronize context is ready.
| - (void) addOnMasterSynchronizeContextReadyWithBlock: | (void(^)(FMLiveSwitchSynchronizeContext *)) | valueBlock |
Adds a handler that is raised by master streams when the synchronize context is ready.
| - (bool) outputSynchronizationDisabled |
Gets whether output synchronization is disabled.
| - (NSString*) remoteDescriptionMediaId |
Gets the remote description media identifier.
| - (void) removeOnMasterSynchronizeContextReady: | (FMLiveSwitchAction1 *) | value |
Removes a handler that is raised by master streams when the synchronize context is ready.
| - (void) setOutputSynchronizationDisabled: | (bool) | value |
Sets whether output synchronization is disabled.
| - (void) setSynchronizeContext: | (FMLiveSwitchSynchronizeContext *) | value |
Sets the synchronize context.
| - (FMLiveSwitchSynchronizeContext*) synchronizeContext |
Gets the synchronize context.
| - (NSMutableArray*) synchronizers |
Gets all synchronizers in the stream output tracks.
| - (void) synchronizeWithMaster: | (bool) | master |
Initializes synchronization.
| master | Whether this is a master stream. |
| - (FMLiveSwitchStreamType) type |
Gets the stream type.