Search Results for

    Show / Hide Table of Contents

    Class StreamDescription

    A stream description.

    Inheritance
    System.Object
    StreamDescription
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class StreamDescription : object

    Constructors

    StreamDescription(MediaDescription)

    Creates a new StreamDescription object.

    Declaration
    public StreamDescription(MediaDescription description)
    Parameters
    Type Name Description
    MediaDescription description

    SDP MediaDescription of the stream.

    Properties

    MediaDescription

    Gets or sets the media description associated with this stream.

    Declaration
    public MediaDescription MediaDescription { get; set; }
    Property Value
    Type Description
    MediaDescription

    MediaDescriptionIdentifier

    Gets the mid associated with this stream, if present. Null if not.

    Declaration
    public string MediaDescriptionIdentifier { get; }
    Property Value
    Type Description
    System.String

    StreamType

    Gets the stream type.

    Declaration
    public StreamType StreamType { get; }
    Property Value
    Type Description
    StreamType
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0