fm.liveswitch.sdp.Content Class Referenceabstract

Defines valid SDP content values. More...

Static Public Member Functions

static String getAlternative ()
 Gets the SDP content value "alt", which implies that the media stream is taken from the alternative source. More...
 
static String getMain ()
 Gets the SDP content value "main", which implies that the media stream is taken from the main source. More...
 
static String getSignLanguage ()
 Gets the SDP content value "sl", which implies that the media stream contains sign language. More...
 
static String getSlides ()
 Gets the SDP content value "slides", which implies that the media stream includes presentation slides. More...
 
static String getSpeaker ()
 Gets the SDP content value "speaker", which implies that the media stream contains the image of the speaker. More...
 

Detailed Description

Defines valid SDP content values.

Member Function Documentation

◆ getAlternative()

static String fm.liveswitch.sdp.Content.getAlternative ( )
static

Gets the SDP content value "alt", which implies that the media stream is taken from the alternative source.

◆ getMain()

static String fm.liveswitch.sdp.Content.getMain ( )
static

Gets the SDP content value "main", which implies that the media stream is taken from the main source.

◆ getSignLanguage()

static String fm.liveswitch.sdp.Content.getSignLanguage ( )
static

Gets the SDP content value "sl", which implies that the media stream contains sign language.

◆ getSlides()

static String fm.liveswitch.sdp.Content.getSlides ( )
static

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.

◆ getSpeaker()

static String fm.liveswitch.sdp.Content.getSpeaker ( )
static

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.