fm.liveswitch.sdp.rtp.SimulcastStreamDescription Class Reference

A stream description for a simulcast attribute. More...

Public Member Functions

String getDirection ()
 Gets the direction. More...
 
fm.liveswitch.sdp.rtp.SimulcastStream[] getStreams ()
 Gets the streams. More...
 
 SimulcastStreamDescription (String direction, fm.liveswitch.sdp.rtp.SimulcastStream[] streams)
 Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastStreamDescription class. More...
 

Detailed Description

A stream description for a simulcast attribute.

Constructor & Destructor Documentation

◆ SimulcastStreamDescription()

fm.liveswitch.sdp.rtp.SimulcastStreamDescription.SimulcastStreamDescription ( String  direction,
fm.liveswitch.sdp.rtp.SimulcastStream[]  streams 
)

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

Parameters
directionThe direction.
streamsThe streams.

Member Function Documentation

◆ getDirection()

String fm.liveswitch.sdp.rtp.SimulcastStreamDescription.getDirection ( )

Gets the direction.

◆ getStreams()

fm.liveswitch.sdp.rtp.SimulcastStream [] fm.liveswitch.sdp.rtp.SimulcastStreamDescription.getStreams ( )

Gets the streams.