org.rococoa.cocoa.qtkit
Interface QTKitLibrary.QTMovieLoadState

Enclosing interface:
QTKitLibrary

public static interface QTKitLibrary.QTMovieLoadState


Field Summary
static int QTMovieLoadStateComplete
           
static int QTMovieLoadStateError
           
static int QTMovieLoadStateLoaded
           
static int QTMovieLoadStateLoading
           
static int QTMovieLoadStatePlayable
           
static int QTMovieLoadStatePlaythroughOK
           
 

Field Detail

QTMovieLoadStateError

static final int QTMovieLoadStateError
See Also:
Constant Field Values

QTMovieLoadStateLoading

static final int QTMovieLoadStateLoading
See Also:
Constant Field Values

QTMovieLoadStateLoaded

static final int QTMovieLoadStateLoaded
See Also:
Constant Field Values

QTMovieLoadStatePlayable

static final int QTMovieLoadStatePlayable
See Also:
Constant Field Values

QTMovieLoadStatePlaythroughOK

static final int QTMovieLoadStatePlaythroughOK
See Also:
Constant Field Values

QTMovieLoadStateComplete

static final int QTMovieLoadStateComplete
See Also:
Constant Field Values