Media Authoring
with Java API

tv.amwa.maj.embeddable
Class TimecodeValue.TimeComponents

java.lang.Object
  extended by tv.amwa.maj.embeddable.TimecodeValue.TimeComponents
Enclosing class:
TimecodeValue

public class TimecodeValue.TimeComponents
extends Object

Component parts of a timecode value, represented as hours, minutes, seconds and frames in a second.

Author:
Richard Cartwright

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

frameInSecond

public int frameInSecond
Frame through the second component.


seconds

public int seconds
Second component of the timecode.


minutes

public int minutes
Minute component of the timecode.


hours

public long hours
Hour component of the timecode.

Constructor Detail

TimecodeValue.TimeComponents

public TimecodeValue.TimeComponents()

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.