|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.sg.SGOutput
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
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Method Summary | |
void |
disposeQTObject()
Disposes of an output associated with a sequence grabber. |
DataRef |
getDataReference()
QuickTime::SGGetOutputDataReference( |
long |
getDataStorageSpaceRemaining()
QuickTime::SGGetDataOutputStorageSpaceRemaining |
long |
getMaximumOffset()
QuickTime::SGGetOutputMaximumOffset |
SGOutput |
getNextOutput()
QuickTime::SGGetOutputNextOutput( |
void |
setChannel(SGChannel c)
QuickTime::SGSetChannelOutput |
void |
setMaximumOffset(long maxOffset)
QuickTime::SGSetOutputMaximumOffset |
void |
setNextOutput(SGOutput nextOutput)
QuickTime::SGSetOutputNextOutput( |
void |
setOutputFlags(int whereFlags)
QuickTime::SGSetOutputFlags |
| Methods inherited from class quicktime.QTObject |
equals, ID, toString |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public void disposeQTObject()
throws QTException
disposeQTObject in class QTObjectc - the output you want to dispose
public void setMaximumOffset(long maxOffset)
throws StdQTException
maxOffset - the maximum offset for data written to this output.
public long getMaximumOffset()
throws StdQTException
returns - the maximum offset for data written to this output.
public void setOutputFlags(int whereFlags)
throws StdQTException
whereFlags - determines where the output is sent, eg seqGrabToDisk
public void setChannel(SGChannel c)
throws StdQTException
c - the channel you want to assign the output to
public long getDataStorageSpaceRemaining()
throws StdQTException
returns - the amount of space in the data reference associated with an output
public SGOutput getNextOutput()
throws StdQTException
returns - the next sequence grabber output
public void setNextOutput(SGOutput nextOutput)
throws StdQTException
nextOutput - specifies the next output to be used after the output represented by this object.
public DataRef getDataReference()
throws StdQTException
returns - the data reference
associated with this sequence grabber output.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||