Class Content
Defines valid SDP content values.
Inheritance
System.Object
    Content
  Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public static class Content : object
  Properties
Alternative
Gets the SDP content value "alt", which implies that the media stream is taken from the alternative source.
Declaration
public static string Alternative { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Main
Gets the SDP content value "main", which implies that the media stream is taken from the main source.
Declaration
public static string Main { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SignLanguage
Gets the SDP content value "sl", which implies that the media stream contains sign language.
Declaration
public static string SignLanguage { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
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.
Declaration
public static string Slides { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
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.
Declaration
public static string Speaker { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |