public interface TimeStampHeader extends Header
| Modifier and Type | Method and Description |
|---|---|
float |
getDelay() |
long |
getTime() |
int |
getTimeDelay() |
float |
getTimeStamp() |
void |
setDelay(float delay) |
void |
setTime(long timeStamp) |
void |
setTimeDelay(int delay) |
void |
setTimeStamp(float timeStamp) |
static final String NAME
void setTimeStamp(float timeStamp)
throws InvalidArgumentException
InvalidArgumentExceptionfloat getTimeStamp()
long getTime()
void setTime(long timeStamp)
throws InvalidArgumentException
InvalidArgumentExceptionfloat getDelay()
void setDelay(float delay)
throws InvalidArgumentException
InvalidArgumentExceptionint getTimeDelay()
void setTimeDelay(int delay)
throws InvalidArgumentException
InvalidArgumentExceptionCopyright © 2016. All rights reserved.