fm.liveswitch.sdp.rtp.SimulcastStreamId Class Reference

A simulcast stream identifier. More...

Public Member Functions

String getId ()
 Gets the identifier. More...
 
boolean getPaused ()
 Gets whether the stream is paused. More...
 
 SimulcastStreamId (String idValue)
 Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastStreamId class. More...
 
 SimulcastStreamId (String idValue, boolean paused)
 Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastStreamId class. More...
 

Detailed Description

A simulcast stream identifier.

Constructor & Destructor Documentation

◆ SimulcastStreamId() [1/2]

fm.liveswitch.sdp.rtp.SimulcastStreamId.SimulcastStreamId ( String  idValue)

Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastStreamId class.

Parameters
idValueThe identifier.

◆ SimulcastStreamId() [2/2]

fm.liveswitch.sdp.rtp.SimulcastStreamId.SimulcastStreamId ( String  idValue,
boolean  paused 
)

Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastStreamId class.

Parameters
idValueThe identifier.
pausedWhether the stream is paused.

Member Function Documentation

◆ getId()

String fm.liveswitch.sdp.rtp.SimulcastStreamId.getId ( )

Gets the identifier.

◆ getPaused()

boolean fm.liveswitch.sdp.rtp.SimulcastStreamId.getPaused ( )

Gets whether the stream is paused.