/ fm / liveswitch / sdp / rtp / SimulcastStreamDescription
Class: SimulcastStreamDescription
sdp.rtp.SimulcastStreamDescription
A stream description for a simulcast attribute.
Table of contents
Constructors
Methods
Constructors
constructor
+ new SimulcastStreamDescription(direction
: string, streams
: SimulcastStream[]): SimulcastStreamDescription
Initializes a new instance of the [[fm.liveswitch.sdp.rtp.simulcastStreamDescription]] class.
Parameters:
Name | Type | Description |
---|---|---|
direction |
string | The direction. |
streams |
SimulcastStream[] | The streams. |
Returns: SimulcastStreamDescription
Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamDescription.ts:15
Methods
getDirection
▸ getDirection(): string
Gets the direction.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamDescription.ts:66
getStreams
▸ getStreams(): SimulcastStream[]
Gets the streams.
Returns: SimulcastStream[]
Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamDescription.ts:78
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/rtp/SimulcastStreamDescription.ts:9