|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--quicktime.util.QTByteObject
|
+--quicktime.streaming.ExportParams
This class provides a representation the native ExportParams structure that provides a collection of export parameters
| Field Summary | |
static int |
kNativeSize
This is the size of this class |
| Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
| Constructor Summary | |
ExportParams(int vers,
int expType,
QTPointer extraData,
int targetType,
QTPointer targData,
int flagsIn,
int flagsOut,
int creator)
Constructs an ExportParams object based on the native ExportParams structure |
|
| Method Summary | |
int |
getExportType()
Gets the export type |
int |
getFileCreator()
Gets the type of the file creator |
int |
getFlagsIn()
Gets the input flags |
int |
getFlagsOut()
Gets output flags |
QTPointer |
getTargetContainerData()
Gets the target container data |
int |
getTargetContainerType()
Gets the type of the target container |
int |
getVersion()
Gets the version of the export params object |
void |
setExportType(int type)
Sets the type of the export object |
void |
setFileCreator(int type)
Sets the file creator |
void |
setFlagsIn(int flags)
Sets the input flags |
void |
setFlagsOut(int flags)
Sets the output flags |
void |
setTargetContainerData(QTPointer data)
Sets the target container data |
void |
setTargetContainerType(int type)
Sets the type of the target container |
void |
setVersion(int vers)
Sets the version of the export params object |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int kNativeSize
| Constructor Detail |
public ExportParams(int vers,
int expType,
QTPointer extraData,
int targetType,
QTPointer targData,
int flagsIn,
int flagsOut,
int creator)
vers - version of the params structureexpType - export type of the dataextraData - export extra datatargetType - type of the target containertargData - target container dataflagsIn - input flagsflagsOut - output flagscreator - file creator| Method Detail |
public void setVersion(int vers)
vers - versionpublic int getVersion()
public void setExportType(int type)
type - export typepublic int getExportType()
public void setTargetContainerType(int type)
type - target container typepublic int getTargetContainerType()
public void setTargetContainerData(QTPointer data)
data - target container datapublic QTPointer getTargetContainerData()
public void setFlagsIn(int flags)
flags - the input flagspublic int getFlagsIn()
public void setFlagsOut(int flags)
flags - output flagspublic int getFlagsOut()
public void setFileCreator(int type)
type - the file creator typepublic int getFileCreator()
public java.lang.String toString()
toString in class QTByteObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||