Search Results for

    Show / Hide Table of Contents

    Class SimulcastStreamDescription

    A stream description for a simulcast attribute.

    Inheritance
    System.Object
    SimulcastStreamDescription
    Namespace: FM.LiveSwitch.Sdp.Rtp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class SimulcastStreamDescription : object

    Constructors

    SimulcastStreamDescription(String, SimulcastStream[])

    Initializes a new instance of the SimulcastStreamDescription class.

    Declaration
    public SimulcastStreamDescription(string direction, SimulcastStream[] streams)
    Parameters
    Type Name Description
    System.String direction

    The direction.

    SimulcastStream[] streams

    The streams.

    Properties

    Direction

    Gets the direction.

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

    Streams

    Gets the streams.

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