A bundle group of SDP Media Description elements. More...
Instance Methods | |
(void) | - addMediaDescription: |
Adds a media description to this bundle group. More... | |
(bool) | - bundleOnly |
Gets a value indicating whether this group contains Bundle-only elements. More... | |
(FMLiveSwitchSdpGroupSemanticsType) | - groupType |
Gets the semntic type of this group. More... | |
(instancetype) | - initWithGroupType: |
Creates a BundleGroup object. More... | |
(NSMutableArray *) | - mediaDescriptions |
Gets the mecia descriptions in this bundle group. More... | |
(NSMutableArray *) | - mids |
Gets media description identifiers associated with this bundle group. More... | |
(void) | - setTaggedMSection: |
Sets the tagged m-section of this bundle group. More... | |
(FMLiveSwitchSdpMediaDescription *) | - taggedMSection |
Gets the tagged m-section of this bundle group. More... | |
Class Methods | |
(FMLiveSwitchSdpBundleGroup *) | + bundleGroupWithGroupType: |
Creates a BundleGroup object. More... | |
A bundle group of SDP Media Description elements.
- (void) addMediaDescription: | (FMLiveSwitchSdpMediaDescription *) | mediaDescription |
Adds a media description to this bundle group.
mediaDescription |
+ (FMLiveSwitchSdpBundleGroup*) bundleGroupWithGroupType: | (FMLiveSwitchSdpGroupSemanticsType) | groupType |
Creates a BundleGroup object.
groupType |
- (bool) bundleOnly |
Gets a value indicating whether this group contains Bundle-only elements.
- (FMLiveSwitchSdpGroupSemanticsType) groupType |
Gets the semntic type of this group.
- (instancetype) initWithGroupType: | (FMLiveSwitchSdpGroupSemanticsType) | groupType |
Creates a BundleGroup object.
groupType |
- (NSMutableArray*) mediaDescriptions |
Gets the mecia descriptions in this bundle group.
- (NSMutableArray*) mids |
Gets media description identifiers associated with this bundle group.
- (void) setTaggedMSection: | (FMLiveSwitchSdpMediaDescription *) | value |
Sets the tagged m-section of this bundle group.
- (FMLiveSwitchSdpMediaDescription*) taggedMSection |
Gets the tagged m-section of this bundle group.