Defined in RFC 3388. More...
Public Member Functions | |
| String[] | getIds () |
| Gets the group identification tags. More... | |
| fm.liveswitch.sdp.GroupSemanticsType | getSemantics () |
| Gets the semantics. More... | |
| GroupAttribute (fm.liveswitch.sdp.GroupSemanticsType type, String[] ids) | |
| Initializes a new instance of the fm.liveswitch.sdp.GroupAttribute class. More... | |
Public Member Functions inherited from fm.liveswitch.sdp.Attribute | |
| fm.liveswitch.sdp.AttributeType | getAttributeType () |
| Gets this Attribute's Type. More... | |
| fm.liveswitch.sdp.AttributeCategory | getMultiplexingCategory () |
| Gets the Multiplexing Category of this Attribute. More... | |
| void | setAttributeType (fm.liveswitch.sdp.AttributeType value) |
| Sets this Attribute's Type. More... | |
| String | toString () |
| Converts this instance to a string. More... | |
Static Public Member Functions | |
| static fm.liveswitch.sdp.GroupAttribute | fromAttributeValue (String value) |
| Initializes a new instance of the fm.liveswitch.sdp.GroupAttribute 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... | |
Defined in RFC 3388.
Attribute is used for grouping together different media streams. Its formatting in SDP is described by the following BNF: group-attribute = "a=group:" semantics (space identification-tag) semantics = "LS" | "FID" | "BUNDLE"
| fm.liveswitch.sdp.GroupAttribute.GroupAttribute | ( | fm.liveswitch.sdp.GroupSemanticsType | type, |
| String[] | ids | ||
| ) |
Initializes a new instance of the fm.liveswitch.sdp.GroupAttribute class.
| type | The semantics type. |
| ids | Group identification ID tags. |
|
static |
Initializes a new instance of the fm.liveswitch.sdp.GroupAttribute class.
| value | The attribute value. |
|
protected |
Gets the internal value of the attribute.
Reimplemented from fm.liveswitch.sdp.Attribute.
| String [] fm.liveswitch.sdp.GroupAttribute.getIds | ( | ) |
Gets the group identification tags.
| fm.liveswitch.sdp.GroupSemanticsType fm.liveswitch.sdp.GroupAttribute.getSemantics | ( | ) |
Gets the semantics.