Defines valid SDP media types. More...
Class Methods | |
| (NSString *) | + application |
| Gets the SDP media type meaning "Application". More... | |
| (NSString *) | + audio |
| Gets the SDP media type meaning "Audio". More... | |
| (NSString *) | + fromStreamType: |
| Convert a StreamType enum to an SDP media type. More... | |
| (NSString *) | + message |
| Gets the SDP media type meaning "Message". More... | |
| (NSString *) | + text |
| Gets the SDP media type meaning "Text". More... | |
| (FMLiveSwitchStreamType) | + toStreamTypeWithMediaType: |
| Converts an SDP media type to a StreamType enum. More... | |
| (NSString *) | + video |
| Gets the SDP media type meaning "Video". More... | |
Defines valid SDP media types.
| + (NSString*) application |
Gets the SDP media type meaning "Application".
| + (NSString*) audio |
Gets the SDP media type meaning "Audio".
| + (NSString*) fromStreamType: | (FMLiveSwitchStreamType) | streamType |
Convert a StreamType enum to an SDP media type.
| streamType | The StreamType enum. |
| + (NSString*) message |
Gets the SDP media type meaning "Message".
| + (NSString*) text |
Gets the SDP media type meaning "Text".
| + (FMLiveSwitchStreamType) toStreamTypeWithMediaType: | (NSString *) | mediaType |
Converts an SDP media type to a StreamType enum.
| mediaType | The SDP media type. |
| + (NSString*) video |
Gets the SDP media type meaning "Video".