The SDP media attribute "simulcast" describes, independently for send and receive directions, the number of simulcast RTP streams as well as potential alternative formats for each simulcast RTP stream. More...
Static Public Member Functions | |
static fm.liveswitch.sdp.rtp.SimulcastAttribute | fromAttributeValue (String value) |
Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastAttribute class. More... | |
Static Public Member Functions inherited from fm.liveswitch.sdp.Attribute | |
static fm.liveswitch.sdp.Attribute | createAttribute (String name, String value) |
Creates an attribute. More... | |
static String | getTypeName (@SuppressWarnings("rawtypes") Class type) |
Gets the name of the attribute type. More... | |
static boolean | isMediaLevel (@SuppressWarnings("rawtypes") Class type) |
Determines whether the type applies to media streams. More... | |
static boolean | isSessionLevel (@SuppressWarnings("rawtypes") Class type) |
Determines whether the type applies to sessions. More... | |
static fm.liveswitch.sdp.Attribute | parse (String s) |
Creates an fm.liveswitch.sdp.ConnectionData instance from a string. More... | |
Protected Member Functions | |
String | getAttributeValue () |
Gets the internal value of the attribute. More... | |
Protected Member Functions inherited from fm.liveswitch.sdp.Attribute | |
Attribute () | |
void | setMultiplexingCategory (fm.liveswitch.sdp.AttributeCategory value) |
Sets the Multiplexing Category of this Attribute. More... | |
The SDP media attribute "simulcast" describes, independently for send and receive directions, the number of simulcast RTP streams as well as potential alternative formats for each simulcast RTP stream.
fm.liveswitch.sdp.rtp.SimulcastAttribute.SimulcastAttribute | ( | fm.liveswitch.sdp.rtp.SimulcastStreamDescription | description | ) |
Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastAttribute class.
description | The description. |
fm.liveswitch.sdp.rtp.SimulcastAttribute.SimulcastAttribute | ( | fm.liveswitch.sdp.rtp.SimulcastStreamDescription | description1, |
fm.liveswitch.sdp.rtp.SimulcastStreamDescription | description2 | ||
) |
Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastAttribute class.
description1 | The first description. |
description2 | The second description. |
|
static |
Initializes a new instance of the fm.liveswitch.sdp.rtp.SimulcastAttribute class.
value | The attribute value. |
|
protected |
Gets the internal value of the attribute.
Reimplemented from fm.liveswitch.sdp.Attribute.
fm.liveswitch.sdp.rtp.SimulcastStreamDescription fm.liveswitch.sdp.rtp.SimulcastAttribute.getDescription1 | ( | ) |
Gets the first description.
fm.liveswitch.sdp.rtp.SimulcastStreamDescription fm.liveswitch.sdp.rtp.SimulcastAttribute.getDescription2 | ( | ) |
Gets the second description.
int fm.liveswitch.sdp.rtp.SimulcastAttribute.getDraftVersion | ( | ) |
Gets the version of the IETF draft to comply with.
fm.liveswitch.sdp.rtp.SimulcastStreamDescription fm.liveswitch.sdp.rtp.SimulcastAttribute.getReceiveDescription | ( | ) |
Gets the 'receive' description.
fm.liveswitch.sdp.rtp.SimulcastStreamDescription fm.liveswitch.sdp.rtp.SimulcastAttribute.getSendDescription | ( | ) |
Gets the 'send' description.
void fm.liveswitch.sdp.rtp.SimulcastAttribute.setDraftVersion | ( | int | value | ) |
Sets the version of the IETF draft to comply with.