FileDocCategorySizeDatePackage
CapStatus.javaAPI DocJMF 2.1.1e689Mon May 12 12:21:20 BST 2003com.sun.media.protocol.vfw

CapStatus.java

/*
 * @(#)CapStatus.java	1.4 03/04/25
 *
 * Copyright (c) 1996-2002 Sun Microsystems, Inc.  All rights reserved.
 */

package com.sun.media.protocol.vfw;

class CapStatus {

    int uiImageWidth;
    int uiImageHeight;
    boolean fLiveWindow;
    boolean fOverlayWindow;
    boolean fScale;
    int ptScrollX, ptScrollY;
    boolean fUsingDefaultPalette;
    boolean fAudioHardware;
    boolean fCapFileExists;
    int dwCurrentVideoFrame;
    int dwCurrentVideoFramesDropped;
    int dwCurrentWaveSamples;
    int dwCurrentTimeElapsedMS;
    int hPalCurrent;
    boolean fCapturingNow;
    int dwReturn;
    int wNumVideoAllocated;
    int wNumAudioAllocated;

    CapStatus() {
    }
}