|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.util.QTBuild
Contains build information for the QTJava library.
Field Summary | |
static int |
build
The build of QTJava given same version/subversion. |
static java.lang.String |
buildStage
The buildType of QTJava given same version/subversion. |
static int |
qualifyingSubVersion
The qualifier for the sub-version of QTJava |
static int |
subVersion
The sub-version of QTJava |
static int |
version
The version of QTJava |
Method Summary | |
static void |
expired()
Deprecated. |
static int |
getQualifyingSubVersion()
|
static int |
getSubVersion()
|
static int |
getVersion()
|
static java.lang.String |
info()
This returns an info string about the current version/build of QTJava |
static void |
isValid()
This checks to see if the QTJava developer release versions (which time out) are still valid. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int version
public static final int subVersion
public static final int qualifyingSubVersion
public static final int build
public static final java.lang.String buildStage
Method Detail |
public static final int getVersion()
public static final int getSubVersion()
public static final int getQualifyingSubVersion()
public static final void expired()
isValid
public static final void isValid()
The call can also be used as a means of establishing whether the QTJava classes can be found by the system - the call can be made without the application having called QTSession.open.
public static java.lang.String info()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |