|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.std.qtcomponents.TimeCodeInfo
The TimeCodeInfo class represents time code as frame count or as HH:MM:SS:FF. If frame count is used in construction, then TimeCodeTime time will be null. If TimeCodeTime time is used in construction, then frame count will be 0. It is an information class.
Field Summary | |
int |
counter
Represents the total number of frames of the timecode. |
TimeCodeDef |
definition
Used to indicate the timecode formatting information. |
int |
frameNumber
Used to indicate the current frame number by the specified time and definition. |
TimeCodeTime |
time
Represents time of the timecode as HH:MM:SS:FF. |
QTHandleRef |
userData
Represents the timecode data. |
Constructor Summary | |
TimeCodeInfo()
Used when returning information from TimeCoder calls. |
|
TimeCodeInfo(int frameNumber,
TimeCodeDef definition,
int counter,
QTHandleRef userData)
Creates a TimeCodeInfo object using frame count. |
|
TimeCodeInfo(int frameNumber,
TimeCodeDef definition,
TimeCodeTime time,
QTHandleRef userData)
Creates a TimeCodeDef object which has no initial settings. |
Method Summary | |
java.lang.String |
toString()
String representation of this class. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int frameNumber
public TimeCodeDef definition
public TimeCodeTime time
public int counter
public QTHandleRef userData
Constructor Detail |
public TimeCodeInfo()
public TimeCodeInfo(int frameNumber, TimeCodeDef definition, TimeCodeTime time, QTHandleRef userData)
frameNumber
- Current frame number.definition
- Object with flags and other time code defining variables.time
- TimeCode object using hours,minutes,seconds.userData
- Handle to the data.public TimeCodeInfo(int frameNumber, TimeCodeDef definition, int counter, QTHandleRef userData)
frameNumber
- Current frame number.definition
- Object with flags and other time code defining variables.counter
- Number of framesuserData
- Handle to the data.Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |