/ fm / liveswitch / sdp / Content
Class: Content
liveswitch.sdp.Content
Defines valid SDP content values.
Table of contents
Constructors
Methods
Constructors
constructor
+ new Content(): Content
Returns: Content
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Content.ts:9
getAlternative
▸ Static
getAlternative(): string
Gets the SDP content value "alt", which implies that the media stream is taken from the alternative source.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Content.ts:17
getMain
▸ Static
getMain(): string
Gets the SDP content value "main", which implies that the media stream is taken from the main source.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Content.ts:29
getSignLanguage
▸ Static
getSignLanguage(): string
Gets the SDP content value "sl", which implies that the media stream contains sign language.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Content.ts:41
getSlides
▸ Static
getSlides(): string
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.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Content.ts:54
getSpeaker
▸ Static
getSpeaker(): string
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.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Content.ts:67