Package | Description |
---|---|
gov.nist.javax.sdp |
Preliminary
implementation of the javax.sdp package (JSR 141 see JSR 141 )
|
gov.nist.javax.sdp.fields |
Classes for SDP Fields.
|
javax.sdp |
This is a preliminary version of the javax.sdp package based on the
public review version
JSR 141 .
|
Modifier and Type | Method and Description |
---|---|
Info |
MediaDescriptionImpl.getInfo()
Returns value of the info field (i=) of this object.
|
Info |
SessionDescriptionImpl.getInfo()
Returns value of the info field (i=) of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaDescriptionImpl.setInfo(Info i)
Sets the i= field of this object.
|
void |
SessionDescriptionImpl.setInfo(Info i)
Sets the i= field of this object.
|
Modifier and Type | Class and Description |
---|---|
class |
InformationField
Information field implementation
|
Modifier and Type | Method and Description |
---|---|
Info |
SdpFactory.createInfo(String value)
Returns Info object with the specified value.
|
Info |
MediaDescription.getInfo()
Returns value of the info field (i=) of this object.
|
Info |
SessionDescription.getInfo()
Returns value of the info field (i=) of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaDescription.setInfo(Info i)
Sets the i= field of this object.
|
void |
SessionDescription.setInfo(Info i)
Sets the i= field of this object.
|
Copyright © 2018. All Rights Reserved.