Search Results for

    Show / Hide Table of Contents

    Class SimulcastStreamId

    A simulcast stream identifier.

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

    Constructors

    SimulcastStreamId(String)

    Initializes a new instance of the SimulcastStreamId class.

    Declaration
    public SimulcastStreamId(string id)
    Parameters
    Type Name Description
    System.String id

    The identifier.

    SimulcastStreamId(String, Boolean)

    Initializes a new instance of the SimulcastStreamId class.

    Declaration
    public SimulcastStreamId(string id, bool paused)
    Parameters
    Type Name Description
    System.String id

    The identifier.

    System.Boolean paused

    Whether the stream is paused.

    Properties

    Id

    Gets the identifier.

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

    Paused

    Gets whether the stream is paused.

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