|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Public interface to the nested TimeDesc object. Instances of this should be created only by appropriate methods, but can be accessed through the public methods of this interface.
Method Summary | |
int |
getFrames()
Returns the frames component of the fraction of a second. |
int |
getHours()
Returns the hours component. |
int |
getMinutes()
Returns the minutes component. |
double |
getSampleRate()
Returns the sample rate on which the samples remainder is based. |
int |
getSamples()
Returns the samples remaining after the frames part of the fractional second. |
int |
getSeconds()
Returns the seconds component. |
Method Detail |
public int getHours()
public int getMinutes()
public int getSeconds()
public int getFrames()
public int getSamples()
public double getSampleRate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |