|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeCodeDef | |
quicktime.std.image | |
quicktime.std.qtcomponents |
Uses of TimeCodeDef in quicktime.std.image |
Methods in quicktime.std.image with parameters of type TimeCodeDef | |
void |
DSequence.setTimeCode(TimeCodeDef timeCodeFormat,
TimeCodeTime timeCodeTime)
Sets the timecode value for the frame that is about to be decompressed. |
Uses of TimeCodeDef in quicktime.std.qtcomponents |
Fields in quicktime.std.qtcomponents declared as TimeCodeDef | |
TimeCodeDef |
TimeCodeInfo.definition
Used to indicate the timecode formatting information. |
Methods in quicktime.std.qtcomponents that return TimeCodeDef | |
TimeCodeDef |
TimeCodeDescription.getTimeCodeDef()
Returns the current time code definition |
Methods in quicktime.std.qtcomponents with parameters of type TimeCodeDef | |
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). |
java.lang.String |
TimeCoder.timeCodeToString(TimeCodeDef tcdef,
int counter)
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. |
TimeCodeTime |
TimeCoder.toTimeCode(int frameNumber,
TimeCodeDef tcdef)
Converts a frame number into a time value using specified definitions. |
void |
TimeCodeDescription.setTimeCodeDef(TimeCodeDef tcd)
Sets the values from the incoming TimeCode definition into the existing description. |
Constructors in quicktime.std.qtcomponents with parameters of type TimeCodeDef | |
TimeCodeInfo(int frameNumber,
TimeCodeDef definition,
TimeCodeTime time,
QTHandleRef userData)
Creates a TimeCodeDef object which has no initial settings. |
|
TimeCodeInfo(int frameNumber,
TimeCodeDef definition,
int counter,
QTHandleRef userData)
Creates a TimeCodeInfo object using frame count. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |