Instance Methods | |
| (bool) | - hasAudio |
| (bool) | - hasVideo |
| (instancetype) | - initWithStreams: |
| (instancetype) | - initWithStreams:groupId: |
| (NSString *) | - localNativeGroupId |
| (NSString *) | - remoteNativeGroupId |
| (void) | - setGroupId: |
| (void) | - setLocalNativeGroupId: |
| (void) | - setRemoteNativeGroupId: |
| (void) | - setStreams: |
| (NSMutableArray *) | - streams |
Class Methods | |
| (FMLiveSwitchSynchronizedStreamGroup *) | + synchronizedStreamGroupWithStreams: |
| (FMLiveSwitchSynchronizedStreamGroup *) | + synchronizedStreamGroupWithStreams:groupId: |
Protected Attributes | |
| __pad0__: NSObject- (NSString*) groupId | |
| - (bool) hasAudio |
| - (bool) hasVideo |
| - (instancetype) initWithStreams: | (NSMutableArray *) | streams |
| - (instancetype) initWithStreams: | (NSMutableArray *) | streams | |
| groupId: | (NSString *) | groupId | |
| - (NSString*) localNativeGroupId |
| - (NSString*) remoteNativeGroupId |
| - (void) setGroupId: | (NSString *) | value |
| - (void) setLocalNativeGroupId: | (NSString *) | value |
| - (void) setRemoteNativeGroupId: | (NSString *) | value |
| - (void) setStreams: | (NSMutableArray *) | value |
| - (NSMutableArray*) streams |
| + (FMLiveSwitchSynchronizedStreamGroup*) synchronizedStreamGroupWithStreams: | (NSMutableArray *) | streams |
| + (FMLiveSwitchSynchronizedStreamGroup*) synchronizedStreamGroupWithStreams: | (NSMutableArray *) | streams | |
| groupId: | (NSString *) | groupId | |
|
protected |