|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--quicktime.std.movies.TimeInfo
|
+--quicktime.std.movies.LoadSettings
The LoadSettings class implements the load settings for movie tracks.
| Field Summary | |
int |
defaultHints
The default hints for preloading. |
int |
preloadFlags
The flags for preloading. |
| Fields inherited from class quicktime.std.movies.TimeInfo |
duration, time |
| Constructor Summary | |
LoadSettings(int preloadTime,
int preloadDuration,
int preloadFlags,
int defaultHints)
This constructor allows you to make a LoadSettings object. |
|
| Methods inherited from class quicktime.std.movies.TimeInfo |
toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int preloadFlags
public int defaultHints
| Constructor Detail |
public LoadSettings(int preloadTime,
int preloadDuration,
int preloadFlags,
int defaultHints)
preloadTime - Specifies the starting time of preloading.preloadDuration - Specifies the duration of preloading.preloadFlags - Specifies some flags for preloading.defaultHints - Specifies the default hints for preloading.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||