A stream description. More...
Instance Methods | |
(instancetype) | - initWithDescription: |
Creates a new StreamDescription object. More... | |
(FMLiveSwitchSdpMediaDescription *) | - mediaDescription |
Gets the media description associated with this stream. More... | |
(NSString *) | - mediaDescriptionIdentifier |
Gets the mid associated with this stream, if present. More... | |
(void) | - setMediaDescription: |
Sets the media description associated with this stream. More... | |
(FMLiveSwitchStreamType) | - streamType |
Gets the stream type. More... | |
Class Methods | |
(FMLiveSwitchStreamDescription *) | + streamDescription: |
Creates a new StreamDescription object. More... | |
A stream description.
- (instancetype) initWithDescription: | (FMLiveSwitchSdpMediaDescription *) | description |
Creates a new StreamDescription object.
description | SDP MediaDescription of the stream. |
- (FMLiveSwitchSdpMediaDescription*) mediaDescription |
Gets the media description associated with this stream.
- (NSString*) mediaDescriptionIdentifier |
Gets the mid associated with this stream, if present.
Null if not.
- (void) setMediaDescription: | (FMLiveSwitchSdpMediaDescription *) | value |
Sets the media description associated with this stream.
+ (FMLiveSwitchStreamDescription*) streamDescription: | (FMLiveSwitchSdpMediaDescription *) | description |
Creates a new StreamDescription object.
description | SDP MediaDescription of the stream. |
- (FMLiveSwitchStreamType) streamType |
Gets the stream type.