All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.sg.SGOutput
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.sg.SGOutput
- public final class SGOutput
- extends QTObject
- implements QuickTimeLib
Assists in capturing to Multiple files.
The SGOutput implements methods for a capturing to multiple files.
Introduced in QuickTime 3.0, capturing to multople files can improve the
Performance and flexibility of cpatures and enable larger total captures.
refer to SGOutput in QuickTime Components
-
getDataReference()
QuickTime::SGGetOutputDataReference(
-
getDataStorageSpaceRemaining()
QuickTime::SGGetDataOutputStorageSpaceRemaining
-
getMaximumOffset()
QuickTime::SGGetOutputMaximumOffset
-
getNextOutput()
QuickTime::SGGetOutputNextOutput(
-
setChannel(SGChannel)
QuickTime::SGSetChannelOutput
-
setMaximumOffset(long)
QuickTime::SGSetOutputMaximumOffset
-
setNextOutput(SGOutput)
QuickTime::SGSetOutputNextOutput(
-
setOutputFlags(int)
QuickTime::SGSetOutputFlags
setMaximumOffset
public void setMaximumOffset(long maxOffset) throws StdQTException
QuickTime::SGSetOutputMaximumOffset
- Parameters:
- maxOffset - the maximum offset for data written to this output.
getMaximumOffset
public long getMaximumOffset() throws StdQTException
QuickTime::SGGetOutputMaximumOffset
- Parameters:
- returns - the maximum offset for data written to this output.
setOutputFlags
public void setOutputFlags(int whereFlags) throws StdQTException
QuickTime::SGSetOutputFlags
- Parameters:
- whereFlags - determines where the output is sent, eg seqGrabToDisk
setChannel
public void setChannel(SGChannel c) throws StdQTException
QuickTime::SGSetChannelOutput
- Parameters:
- c - the channel you want to assign the output to
getDataStorageSpaceRemaining
public int getDataStorageSpaceRemaining() throws StdQTException
QuickTime::SGGetDataOutputStorageSpaceRemaining
- Parameters:
- returns - the amount of space in the data reference associated with an output
getNextOutput
public int getNextOutput() throws StdQTException
QuickTime::SGGetOutputNextOutput(
- Parameters:
- returns - the next sequence grabber output
setNextOutput
public void setNextOutput(SGOutput nextOutput) throws StdQTException
QuickTime::SGSetOutputNextOutput(
- Parameters:
- nextOutput - specifies the next output to be used
getDataReference
public SGOutputInfo getDataReference() throws StdQTException
QuickTime::SGGetOutputDataReference(
- Parameters:
- returns - information about the data reference
associated with the sequence grabber output.
All Packages Class Hierarchy This Package Previous Next Index