|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.QTObject | +--quicktime.std.comp.ComponentIdentifier | +--quicktime.std.comp.Component
Representation of an open ComponentInstance.
Sub classes define specific ComponentInstance types.
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Constructor Summary | |
Component(ComponentIdentifier comp)
Given a component identifier it opens the specified component. |
|
Component(int type,
int subType)
Opens the specified component. |
Method Summary | |
int |
count()
Determines the current number of open connections managed by the Component. |
Methods inherited from class quicktime.std.comp.ComponentIdentifier |
find, find, getInfo, toString |
Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Component(ComponentIdentifier comp) throws StdQTException
comp
- the component identifier to openpublic Component(int type, int subType) throws QTException
type
- the component typesubType
- the component sub typeStdQTException
- Possible component allocation error.Method Detail |
public final int count()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |