Represents a synchronized stream group in Session Description Protocol (SDP). More...
Instance Methods | |
| (NSString *) | - groupId |
| Gets the group identifier. More... | |
| (bool) | - hasAudio |
| Gets a value indicating whether the stream group contains audio media. More... | |
| (bool) | - hasVideo |
| Gets a value indicating whether the stream group contains video media. More... | |
| (instancetype) | - init |
| (NSMutableArray *) | - mediaDescriptions |
| Gets the array of media descriptions associated with this stream group. More... | |
| (NSMutableArray *) | - mids |
| Gets the Mids of the streams associated with this synchronized stream group. More... | |
| (void) | - setGroupId: |
| Sets the group identifier. More... | |
| (void) | - setMediaDescriptions: |
| Sets the array of media descriptions associated with this stream group. More... | |
Class Methods | |
| (NSString *) | + obtainUnassigned |
| Returns the value representing a description that is not assigned to a Native WebRTC Media Stream. More... | |
| (FMLiveSwitchSdpSynchronizedStreamGroup *) | + synchronizedStreamGroup |
Represents a synchronized stream group in Session Description Protocol (SDP).
| - (NSString*) groupId |
Gets the group identifier.
| - (bool) hasAudio |
Gets a value indicating whether the stream group contains audio media.
| - (bool) hasVideo |
Gets a value indicating whether the stream group contains video media.
| - (instancetype) init |
| - (NSMutableArray*) mediaDescriptions |
Gets the array of media descriptions associated with this stream group.
| - (NSMutableArray*) mids |
Gets the Mids of the streams associated with this synchronized stream group.
| + (NSString*) obtainUnassigned |
Returns the value representing a description that is not assigned to a Native WebRTC Media Stream.
| - (void) setGroupId: | (NSString *) | value |
Sets the group identifier.
| - (void) setMediaDescriptions: | (NSMutableArray *) | value |
Sets the array of media descriptions associated with this stream group.
| + (FMLiveSwitchSdpSynchronizedStreamGroup*) synchronizedStreamGroup |