|
|||||||||
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.PresParams
Presentation Parameter 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 | |
PresParams(int scale,
int flags,
MediaParams params)
Constructs a PresParams object |
Method Summary | |
EditList |
getEditList()
Gets the edit list |
int |
getFlags()
Retrieves the flags. |
MediaParams |
getMediaParams()
Gets the media params of the presentation params. |
int |
getTimeScale()
Retrieves the time scale associated with the Broadcaster. |
int |
getVersion()
Retrieves the version. |
void |
removeNotificationProc()
Sets the notification procedure |
void |
setEditList(EditList el)
Sets the edit list |
void |
setFlags(int flags)
Sets the flags of the Broadcaster params. |
void |
setMediaParams(MediaParams m)
Sets the media params of the presentation params. |
void |
setNotificationProc(StreamNotifyProc proc)
Sets the notification procedure |
void |
setTimeScale(int scale)
Sets the time scale of the Broadcaster params. |
void |
setVersion(int version)
Sets the version of the Broadcaster params. |
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 PresParams(int scale, int flags, MediaParams params) throws QTException
scale
- time scale of the presentationflags
- presentation flagsparams
- MediaParamsMethod Detail |
public int getVersion()
public int getFlags()
public int getTimeScale()
public void setVersion(int version)
version
- the versionpublic void setFlags(int flags)
flags
- the flagspublic void setTimeScale(int scale)
scale
- the time scalepublic void setMediaParams(MediaParams m)
m
- MediaParamspublic MediaParams getMediaParams()
public void setEditList(EditList el)
public EditList getEditList()
public void setNotificationProc(StreamNotifyProc proc)
proc
- notification procedurepublic void removeNotificationProc()
proc
- notification procedurepublic java.lang.String toString()
toString
in class QTPointerRef
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |