|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttv.amwa.maj.embeddable.TimecodeValue.TimeComponents
public class TimecodeValue.TimeComponents
Component parts of a timecode value, represented as hours, minutes, seconds and frames in a second.
Field Summary | |
---|---|
int |
frameInSecond
Frame through the second component. |
long |
hours
Hour component of the timecode. |
int |
minutes
Minute component of the timecode. |
int |
seconds
Second component of the timecode. |
Constructor Summary | |
---|---|
TimecodeValue.TimeComponents()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int frameInSecond
public int seconds
public int minutes
public long hours
Constructor Detail |
---|
public TimecodeValue.TimeComponents()
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |