Search Results for

    Show / Hide Table of Contents

    Class Content

    Defines valid SDP content values.

    Inheritance
    System.Object
    Content
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FM.LiveSwitch.Sdp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public static class Content

    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.18.0