Search Results for

    / fm / liveswitch / sdp / rtp / SimulcastStreamId

    Class: SimulcastStreamId

    sdp.rtp.SimulcastStreamId

    A simulcast stream identifier.

    Table of contents

    Constructors

    • constructor

    Methods

    • fmliveswitchsdprtpSimulcastStreamIdInit
    • getId
    • getPaused
    • getTypeString

    Constructors

    constructor

    + new SimulcastStreamId(idValue: string): SimulcastStreamId

    Initializes a new instance of the [[fm.liveswitch.sdp.rtp.simulcastStreamId]] class.

    Parameters:

    Name Type Description
    idValue string The identifier.

    Returns: SimulcastStreamId

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamId.ts:20

    + new SimulcastStreamId(idValue: string, paused: boolean): SimulcastStreamId

    Initializes a new instance of the [[fm.liveswitch.sdp.rtp.simulcastStreamId]] class.

    Parameters:

    Name Type Description
    idValue string The identifier.
    paused boolean Whether the stream is paused.

    Returns: SimulcastStreamId

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamId.ts:27

    Methods

    fmliveswitchsdprtpSimulcastStreamIdInit

    ▸ PrivatefmliveswitchsdprtpSimulcastStreamIdInit(): void

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamId.ts:17


    getId

    ▸ getId(): string

    Gets the identifier.

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamId.ts:77


    getPaused

    ▸ getPaused(): boolean

    Gets whether the stream is paused.

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamId.ts:89


    getTypeString

    ▸ getTypeString(): string

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamId.ts:9

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0