All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.comp.Component
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.comp.Component
- public class Component
- extends ComponentIdentifier
- implements QuickTimeLib
Representation of an open ComponentInstance.
Sub classes define specific ComponentInstance types.
-
Component(ComponentIdentifier)
- Given a component identifier it opens the specified component.
-
Component(int, int)
- Opens the specified component.
-
count()
- Determines the current number of open connections managed by the Component.
Component
public Component(ComponentIdentifier comp) throws StdQTException
- Given a component identifier it opens the specified component.
QuickTime::OpenAComponent
- Parameters:
- comp - the component identifier to open
Component
public Component(int type,
int subType) throws QTException
- Opens the specified component.
QuickTime::OpenADefaultComponent
- Parameters:
- type - the component type
- subType - the component sub type
- Throws: StdQTException
- Possible component allocation error.
count
public final int count()
- Determines the current number of open connections managed by the Component.
QuickTime::CountComponentInstances
- Returns:
- The number of component instances of the specified Component.
All Packages Class Hierarchy This Package Previous Next Index