FMLiveSwitchBundleGroup Class Reference

Instance Methods

(void) - addWithStream:
 
(bool) - bundleOnly
 
(instancetype) - init
 
(NSMutableArray *) - mediaStreamIdentifiers
 
(bool) - removeWithId:
 
(bool) - removeWithStream:
 
(void) - setBundleOnly:
 
(void) - setTaggedMSection:
 
(NSMutableArray *) - streams
 
(FMLiveSwitchStream *) - taggedMSection
 

Class Methods

(FMLiveSwitchBundleGroup *) + bundleGroup
 

Method Documentation

◆ addWithStream:

- (void) addWithStream: (FMLiveSwitchStream *)  stream

◆ bundleGroup

+ (FMLiveSwitchBundleGroup*) bundleGroup

◆ bundleOnly

- (bool) bundleOnly

◆ init

- (instancetype) init

◆ mediaStreamIdentifiers

- (NSMutableArray*) mediaStreamIdentifiers

◆ removeWithId:

- (bool) removeWithId: (NSString *)  idValue

◆ removeWithStream:

- (bool) removeWithStream: (FMLiveSwitchStream *)  stream

◆ setBundleOnly:

- (void) setBundleOnly: (bool)  value

◆ setTaggedMSection:

- (void) setTaggedMSection: (FMLiveSwitchStream *)  value

◆ streams

- (NSMutableArray*) streams

◆ taggedMSection

- (FMLiveSwitchStream*) taggedMSection