|
||||||||||
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,
QTPointer targExtras,
int flagsIn,
int flagsOut)
Constructs an ExportParams object based on the native ExportParams structure |
Method Summary | |
QTPointer |
getDestinationContainerData()
Gets the target container data |
QTPointer |
getDestinationContainerExtras()
Gets the target container data |
int |
getDestinationContainerType()
Gets the type of the target container |
int |
getExportType()
Gets the export type |
int |
getFlagsIn()
Gets the input flags |
int |
getFlagsOut()
Gets output flags |
int |
getVersion()
Gets the version of the export params object |
void |
setDestinationContainerData(QTPointer data)
Sets the target container data |
void |
setDestinationContainerExtras(QTPointer data)
Sets the destination container extras |
void |
setDestinationContainerType(int type)
Sets the type of the target container |
void |
setExportType(int type)
Sets the type of the export object |
void |
setFlagsIn(int flags)
Sets the input flags |
void |
setFlagsOut(int flags)
Sets the output flags |
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, QTPointer targExtras, int flagsIn, int flagsOut)
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 creatorMethod Detail |
public void setVersion(int vers)
vers
- versionpublic int getVersion()
public void setExportType(int type)
type
- export typepublic int getExportType()
public void setDestinationContainerType(int type)
type
- target container typepublic int getDestinationContainerType()
public void setDestinationContainerData(QTPointer data)
data
- target container datapublic QTPointer getDestinationContainerData()
public void setDestinationContainerExtras(QTPointer data)
data
- container extras datapublic QTPointer getDestinationContainerExtras()
public void setFlagsIn(int flags)
flags
- the input flagspublic int getFlagsIn()
public void setFlagsOut(int flags)
flags
- output flagspublic int getFlagsOut()
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 |