|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
net.sourceforge.jsdp | Classes for encoding and decoding SDP messages. |
Uses of Version in net.sourceforge.jsdp |
---|
Fields in net.sourceforge.jsdp declared as Version | |
---|---|
static Version |
Version.DEFAULT_VERSION
The default SDP version |
protected Version |
SessionDescription.v
The version field |
Methods in net.sourceforge.jsdp that return Version | |
---|---|
static Version |
SDPFactory.createVersion()
Returns a Version. |
Version |
SessionDescription.getVersion()
Returns the version field. |
static Version |
Version.parse(String field)
Parse an input string and constructs the equivalent session name field. |
Methods in net.sourceforge.jsdp with parameters of type Version | |
---|---|
void |
SessionDescription.setVersion(Version v)
Sets the version field. |
Constructors in net.sourceforge.jsdp with parameters of type Version | |
---|---|
SessionDescription(Version v,
Origin o,
SessionName s,
TimeDescription td)
Creates a SessionDescription. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |