|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.QTObject | +--quicktime.util.QTPointerRef | +--quicktime.streaming.NewPresentationParams
This class is used to specify paramters for the creation of a Presentation object
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 | |
NewPresentationParams(int dataType,
QTPointer data,
EditList list)
Create a NewPresentationParams object |
Method Summary | |
QTPointer |
getData()
Gets the presentation data |
int |
getDataType()
Gets the type of the presentation data |
EditList |
getEditList()
Gets the presentation's edit list parameter |
int |
getFlags()
Gets the presentation flags |
int |
getTimeScale()
Gets the time scale of the presentation params |
void |
setData(QTPointer data)
Sets the presentation data |
void |
setDataType(int dataType)
Sets the data type of the params |
void |
setFlags(int flags)
Sets the flags of the presentation |
void |
setMediaParams(MediaParams mp)
Associates a MediaParams object with the presentation |
void |
setNotificationProc(StreamNotifyProc proc)
|
void |
setTimeScale(int timeScale)
Sets the time scale of the presentation |
java.lang.String |
toString()
Returns a string representation of this object. |
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 NewPresentationParams(int dataType, QTPointer data, EditList list) throws QTException
dataType
- the type of the data to be used by the presenterdata
- datalist
- a handle containing a list of edit itemsMethod Detail |
public void setDataType(int dataType)
dataType
- data typepublic int getDataType()
public void setData(QTPointer data)
data
- presentation datapublic QTPointer getData()
public EditList getEditList()
public void setFlags(int flags)
flags
- presentation flagspublic int getFlags()
public void setTimeScale(int timeScale)
timeScale
- time scalepublic int getTimeScale()
public void setMediaParams(MediaParams mp)
mp
- MediaParamspublic void setNotificationProc(StreamNotifyProc proc)
public java.lang.String toString()
toString
in class QTPointerRef
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |