Defines valid SDP content values. More...
Class Methods | |
| (NSString *) | + alternative | 
| Gets the SDP content value "alt", which implies that the media stream is taken from the alternative source.  More... | |
| (NSString *) | + main | 
| Gets the SDP content value "main", which implies that the media stream is taken from the main source.  More... | |
| (NSString *) | + signLanguage | 
| Gets the SDP content value "sl", which implies that the media stream contains sign language.  More... | |
| (NSString *) | + slides | 
| Gets the SDP content value "slides", which implies that the media stream includes presentation slides.  More... | |
| (NSString *) | + speaker | 
| Gets the SDP content value "speaker", which implies that the media stream contains the image of the speaker.  More... | |
Defines valid SDP content values.
| + (NSString*) alternative | 
Gets the SDP content value "alt", which implies that the media stream is taken from the alternative source.
| + (NSString*) main | 
Gets the SDP content value "main", which implies that the media stream is taken from the main source.
| + (NSString*) signLanguage | 
Gets the SDP content value "sl", which implies that the media stream contains sign language.
| + (NSString*) slides | 
Gets the SDP content value "slides", which implies that the media stream includes presentation slides.
The media type can be, for example, a video stream or a number of instant messages with pictures.
| + (NSString*) speaker | 
Gets the SDP content value "speaker", which implies that the media stream contains the image of the speaker.
The media can be, for example, a video stream or a still image.