|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.util.QTPointerRef
|
+--quicktime.util.QTPointer
|
+--quicktime.streaming.SourcerInitParams
This class provides a representation the native QTSSourcerInitParams structure that provides a collection of sourcer initialization parameters
| Field Summary | |
static int |
kNativeSize
This is the size of this class |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Constructor Summary | |
SourcerInitParams(int vers,
int flags,
int dataType,
QTPointer data)
Constructs a SourcerInitParams object based on the native QTSourcerInitParams structure |
|
SourcerInitParams(int flags,
int dataType,
QTPointer data)
Constructs a version 1 SourcerInitParams object based on the native QTSourcerInitParams structure |
|
| Method Summary | |
QTPointer |
getData()
Gets the target container data |
int |
getDataType()
Gets the data type |
int |
getFlags()
Gets the flags of the sourcer init params object |
int |
getVersion()
Gets the version of the sourcer init params object |
void |
setData(QTPointer data)
Sets the target container data |
void |
setDataType(int type)
Sets the data type of the sourcer object |
void |
setFlags(int flags)
Sets the flags associated with the sourcer init params object |
void |
setVersion(int vers)
Sets the version of the sourcer init params object |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class quicktime.util.QTPointer |
clone, concatenate, fromEncodedImage, fromGraphicsExporter, fromSCData, setSize |
| Methods inherited from class quicktime.util.QTPointerRef |
copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, getBytes, getSize |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int kNativeSize
| Constructor Detail |
public SourcerInitParams(int flags,
int dataType,
QTPointer data)
throws QTException
flags - export flagsdataType - the data type of the sourcer objectdata - the data to use with the sourcer
public SourcerInitParams(int vers,
int flags,
int dataType,
QTPointer data)
throws QTException
vers - version of the params structureflags - export flagsdataType - the data type of the sourcer objectdata - the data to use with the sourcer| Method Detail |
public void setVersion(int vers)
vers - versionpublic int getVersion()
public void setFlags(int flags)
flags - flagspublic int getFlags()
public void setDataType(int type)
type - sourcer data typepublic int getDataType()
public void setData(QTPointer data)
data - target container datapublic QTPointer getData()
public java.lang.String toString()
toString in class QTPointerRef
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||