|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepeatTime | |
---|---|
net.sourceforge.jsdp | Classes for encoding and decoding SDP messages. |
Uses of RepeatTime in net.sourceforge.jsdp |
---|
Methods in net.sourceforge.jsdp that return RepeatTime | |
---|---|
static RepeatTime |
SDPFactory.createRepeatTime(long repeatInterval,
long activeDuration,
long offset)
Returns a new RepeatTime. |
static RepeatTime |
SDPFactory.createRepeatTime(long repeatInterval,
long activeDuration,
long[] offsets)
Returns a new RepeatTime. |
RepeatTime[] |
TimeDescription.getRepeatTimes()
Returns the repeat time fields. |
static RepeatTime |
RepeatTime.parse(String field)
Parse an input string and constructs the equivalent repeat time field. |
Methods in net.sourceforge.jsdp with parameters of type RepeatTime | |
---|---|
void |
TimeDescription.addRepeatTime(RepeatTime field)
Add a repeat time field. |
void |
TimeDescription.setRepeatTimes(RepeatTime[] fields)
Sets the repeat time fields. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |