public interface TimeDescription extends Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
static long |
NTP_CONST
Constant used to translate between NTP time used in SDP and "native" Java time.
|
Modifier and Type | Method and Description |
---|---|
Vector |
getRepeatTimes(boolean create)
Returns the list of repeat times (r= fields) specified in the SessionDescription.
|
Time |
getTime()
Returns the Time field.
|
void |
setRepeatTimes(Vector repeatTimes)
Returns the list of repeat times (r= fields) specified in the SessionDescription.
|
void |
setTime(Time t)
Sets the Time field.
|
static final long NTP_CONST
Time getTime() throws SdpParseException
SdpParseException
void setTime(Time t) throws SdpException
t
- Time to setSdpException
- if the time is nullVector getRepeatTimes(boolean create)
create
- boolean to setvoid setRepeatTimes(Vector repeatTimes) throws SdpException
repeatTimes
- Vector to setSdpException
- if the parameter is nullCopyright © 2015. All Rights Reserved.