/ fm / liveswitch / sdp / rtp / SimulcastStreamId
Class: SimulcastStreamId
A simulcast stream identifier.
Table of contents
Constructors
Methods
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
▸ Private
fmliveswitchsdprtpSimulcastStreamIdInit(): 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