MediaTracker.statusAll
Class Overview | Class Members |
This Package |
All Packages
public int statusAll( boolean load )
Parameters
- load
- if true, start loading
any images that are not yet being loaded.
Returns
the bitwise inclusive OR of the status of
all of the media being tracked.
Description
Calculates and returns the bitwise inclusive OR of the
status of all media that are tracked by this media tracker.
Possible flags defined by the
MediaTracker class are LOADING,
ABORTED, ERRORED, and
COMPLETE. An image that hasn't started
loading has zero as its status.
If the value of load is true, then
this method starts loading any images that are not yet being loaded.
See Also
statusID, LOADING, ABORTED, ERRORED, COMPLETE