Uses of Class
quicktime.std.qtcomponents.TimeCodeTime

Packages that use TimeCodeTime
quicktime.std.image   
quicktime.std.qtcomponents   
 

Uses of TimeCodeTime in quicktime.std.image
 

Methods in quicktime.std.image with parameters of type TimeCodeTime
 void DSequence.setTimeCode(TimeCodeDef timeCodeFormat, TimeCodeTime timeCodeTime)
          Sets the timecode value for the frame that is about to be decompressed.
 

Uses of TimeCodeTime in quicktime.std.qtcomponents
 

Fields in quicktime.std.qtcomponents declared as TimeCodeTime
 TimeCodeTime TimeCodeInfo.time
          Represents time of the timecode as HH:MM:SS:FF.
 

Methods in quicktime.std.qtcomponents that return TimeCodeTime
 TimeCodeTime TimeCoder.toTimeCode(int frameNumber, TimeCodeDef tcdef)
          Converts a frame number into a time value using specified definitions.
 

Methods in quicktime.std.qtcomponents with parameters of type TimeCodeTime
 java.lang.String TimeCoder.timeCodeToString(TimeCodeDef tcdef, TimeCodeTime tct)
          Converts a time value into a string (HH:MM:SS:FF) - if the timecode uses a drop frame technique the separators are semi-colons (HH;MM;SS;FF).
 int TimeCoder.toFrameNumber(TimeCodeTime tcrec, TimeCodeDef tcdef)
          Converts a time value into a frame number using specified definitions.
 

Constructors in quicktime.std.qtcomponents with parameters of type TimeCodeTime
TimeCodeInfo(int frameNumber, TimeCodeDef definition, TimeCodeTime time, QTHandleRef userData)
          Creates a TimeCodeDef object which has no initial settings.