Package org.dropframetimecode.java

Provides classes and interfaces for the calculation, manipulation and presentation of frame counts in drop-frame timecode representation.

See:
          Description

Class Summary
DFTCunit unit test suite for the org.dropframetimecode.java package
DFTCwrapped extends DropFrametimeCode by wrapping values within the limits of a 24 hour clock.
DropFrameTimeCode models the behaviour of a single timecode value.
 

Exception Summary
DFTCdroppedException Thrown to indicate that a supplied string represents an invalid drop-frame timecode value (i.e.: it references a "dropped" frame").
DFTCelementRangeException Thrown to indicate that an element of an HH:MM:SS:FF formatted string is out of range:
HHvalid range 0-23 MMvalid range 0-23 SSvalid range 0-23 FFvalid range 0-29
DFTCrangeException Thrown to indicate that a DropFrameTimeCode value has exceeded the daily range of 00:00:00:00 to 23:59:59:29
 

Package org.dropframetimecode.java Description

Provides classes and interfaces for the calculation, manipulation and presentation of frame counts in drop-frame timecode representation.

Absolute frame counts are represented as strings in an HH:MM:SS:FF format, where:
HH
represents wall-clock hours, 0-23
MM
represents wall-clock minutes, 0-23
SS
represents wall-clock seconds, 0-23
FF
represents the remaining frames elapsed, 0-29, unless the first two frames have been "dropped"