|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeDescription | |
---|---|
net.sourceforge.jsdp | Classes for encoding and decoding SDP messages. |
Uses of TimeDescription in net.sourceforge.jsdp |
---|
Methods in net.sourceforge.jsdp that return TimeDescription | |
---|---|
TimeDescription[] |
SessionDescription.getTimeDescriptions()
Returns the time descriptions. |
Methods in net.sourceforge.jsdp with parameters of type TimeDescription | |
---|---|
void |
SessionDescription.addTimeDescription(TimeDescription td)
Adds a time description. |
void |
SessionDescription.setTimeDescriptions(TimeDescription[] descriptions)
Sets time descriptions. |
Constructors in net.sourceforge.jsdp with parameters of type TimeDescription | |
---|---|
SessionDescription(Version v,
Origin o,
SessionName s,
TimeDescription td)
Creates a SessionDescription. |
|
TimeDescription(TimeDescription td)
Creates a new TimeDescription. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |