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

CaptureParms

public class CaptureParms extends Object

Fields Summary
int
dwRequestMicroSecPerFrame
boolean
fMakeUserHitOKToCapture
int
wPercentDropForError
boolean
fYield
int
dwIndexSize
int
wChunkGranularity
boolean
fUsingDOSMemory
int
wNumVideoRequested
boolean
fCaptureAudio
int
wNumAudioRequested
int
vKeyAbort
boolean
fAbortLeftMouse
boolean
fAbortRightMouse
boolean
fLimitEnabled
int
wTimeLimit
boolean
fMCIControl
boolean
fStepMCIDevice
int
dwMCIStartTime
int
dwMCIStopTime
boolean
fStepCaptureAt2x
int
wStepCaptureAverageFrames
int
dwAudioBufferSize
boolean
fDisableWriteCache
int
AVStreamMaster
Constructors Summary
CaptureParms()

    
Methods Summary
public java.lang.StringtoString()

	return
	    "\tdwRequestMicroSecPerFrame = " + dwRequestMicroSecPerFrame + "\n" +
	    "\tfMakeUserHitOKToCapture = " + fMakeUserHitOKToCapture + "\n" +
	    "\twPercentDropForError = " + wPercentDropForError + "\n" +
	    "\tfYield = " + fYield + "\n" +
	    "\tdwIndexSize = " + dwIndexSize + "\n" +
	    "\twChunkGranularity = " + wChunkGranularity + "\n" +
	    "\tfUsingDOSMemory = " + fUsingDOSMemory + "\n" +
	    "\twNumVideoRequested = " + wNumVideoRequested + "\n" +
	    "\tfCaptureAudio = " + fCaptureAudio + "\n" +
	    "\twNumAudioRequested = " + wNumAudioRequested + "\n" +
	    "\tvKeyAbort = " + vKeyAbort + "\n" +
	    "\tfAbortLeftMouse = " + fAbortLeftMouse + "\n" +
	    "\tfAbortRightMouse = " + fAbortRightMouse + "\n" +
	    "\tfLimitEnabled = " + fLimitEnabled + "\n" +
	    "\twTimeLimit = " + wTimeLimit + "\n" +
	    "\tfMCIControl = " + fMCIControl + "\n" +
	    "\tfStepMCIDevice = " + fStepMCIDevice + "\n" +
	    "\tdwMCIStartTime = " + dwMCIStartTime + "\n" +
	    "\tdwMCIStopTime = " + dwMCIStopTime + "\n" +
	    "\tfStepCaptureAt2x = " + fStepCaptureAt2x + "\n" +
	    "\twStepCaptureAverageFrames = " + wStepCaptureAverageFrames + "\n" +
	    "\tdwAudioBufferSize = " + dwAudioBufferSize + "\n" +
	    "\tfDisableWriteCache = " + fDisableWriteCache + "\n" +
	    "\tAVStreamMaster = " + AVStreamMaster + "\n";