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


Method Index

 o getDataReference()

QuickTime::SGGetOutputDataReference(

 o getDataStorageSpaceRemaining()

QuickTime::SGGetDataOutputStorageSpaceRemaining

 o getMaximumOffset()

QuickTime::SGGetOutputMaximumOffset

 o getNextOutput()

QuickTime::SGGetOutputNextOutput(

 o setChannel(SGChannel)

QuickTime::SGSetChannelOutput

 o setMaximumOffset(long)

QuickTime::SGSetOutputMaximumOffset

 o setNextOutput(SGOutput)

QuickTime::SGSetOutputNextOutput(

 o setOutputFlags(int)

QuickTime::SGSetOutputFlags

Methods

 o setMaximumOffset
 public void setMaximumOffset(long maxOffset) throws StdQTException


QuickTime::SGSetOutputMaximumOffset

Parameters:
maxOffset - the maximum offset for data written to this output.
 o getMaximumOffset
 public long getMaximumOffset() throws StdQTException


QuickTime::SGGetOutputMaximumOffset

Parameters:
returns - the maximum offset for data written to this output.
 o setOutputFlags
 public void setOutputFlags(int whereFlags) throws StdQTException


QuickTime::SGSetOutputFlags

Parameters:
whereFlags - determines where the output is sent, eg seqGrabToDisk
 o setChannel
 public void setChannel(SGChannel c) throws StdQTException


QuickTime::SGSetChannelOutput

Parameters:
c - the channel you want to assign the output to
 o getDataStorageSpaceRemaining
 public int getDataStorageSpaceRemaining() throws StdQTException


QuickTime::SGGetDataOutputStorageSpaceRemaining

Parameters:
returns - the amount of space in the data reference associated with an output
 o getNextOutput
 public int getNextOutput() throws StdQTException


QuickTime::SGGetOutputNextOutput(

Parameters:
returns - the next sequence grabber output
 o setNextOutput
 public void setNextOutput(SGOutput nextOutput) throws StdQTException


QuickTime::SGSetOutputNextOutput(

Parameters:
nextOutput - specifies the next output to be used
 o 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