|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
net.sourceforge.jsdp | Classes for encoding and decoding SDP messages. |
Uses of Attribute in net.sourceforge.jsdp |
---|
Methods in net.sourceforge.jsdp that return Attribute | |
---|---|
static Attribute |
SDPFactory.createAttribute(String name)
Returns a new Attribute |
static Attribute |
SDPFactory.createAttribute(String name,
String value)
Returns a new Attribute |
Attribute |
SessionDescription.getAttribute(String name)
Returns the attribute with the specified name. |
Attribute |
MediaDescription.getAttribute(String name)
Returns the attribute with the specified name. |
Attribute |
SessionDescription.getAttribute(String name,
int index)
Returns a specified occurence of an attribute with the specified name. |
Attribute |
MediaDescription.getAttribute(String name,
int index)
Returns a specified occurence of an attribute with the specified name. |
Attribute[] |
SessionDescription.getAttributes()
Returns all attribute fields. |
Attribute[] |
MediaDescription.getAttributes()
Returns all attribute fields. |
Attribute[] |
SessionDescription.getAttributes(String name)
Returns the attributes with the specified name. |
Attribute[] |
MediaDescription.getAttributes(String name)
Returns the attribute fields with the specified name. |
static Attribute |
Attribute.parse(String field)
Parse an input string and constructs the equivalent attribute field. |
Attribute |
SessionDescription.removeAttribute(String name)
Removes the attribute field with an associated name. |
Attribute |
MediaDescription.removeAttribute(String name)
Removes the attribute field with an associated name. |
Attribute |
SessionDescription.removeAttribute(String name,
int index)
Removes a specified occurence of an attribute with the specified name. |
Attribute |
MediaDescription.removeAttribute(String name,
int index)
Removes a specified occurence of an attribute field with the specified name. |
Attribute[] |
SessionDescription.removeAttributes(String name)
Remove all occurencies of attributes with the specified name. |
Attribute[] |
MediaDescription.removeAttributes(String name)
Remove all occurencies of attributes with the specified name. |
Methods in net.sourceforge.jsdp with parameters of type Attribute | |
---|---|
void |
SessionDescription.addAttribute(Attribute field)
Adds an attribute field. |
void |
MediaDescription.addAttribute(Attribute field)
Adds an attribute field. |
void |
SessionDescription.setAttributes(Attribute[] fields)
Set attribute fields. |
void |
MediaDescription.setAttributes(Attribute[] fields)
Set attribute fields. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |