/ 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
▸ StaticgetAlternative(): 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
▸ StaticgetMain(): 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
▸ StaticgetSignLanguage(): 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
▸ StaticgetSlides(): 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
▸ StaticgetSpeaker(): 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