All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.comp.ComponentIdentifier
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
- public class ComponentIdentifier
- extends QTObject
- implements QuickTimeLib
Representation of the ComponentIdentifier.
-
find(ComponentDescription)
- Determine the next Component as specified.
-
find(ComponentIdentifier, ComponentDescription)
- Determine the next Component as specified.
-
getInfo()
- Returns all of the registration information for a component.
-
toString()
- Prints the Component Info.
find
public static final ComponentIdentifier find(ComponentDescription desc) throws QTException
- Determine the next Component as specified. Will return null if it cannot find a
component that matches the specifications.
QuickTime::FindNextComponent
- Parameters:
- desc - describes the search parameters.
- Returns:
- a component identifier or zero if none found.
find
public static final ComponentIdentifier find(ComponentIdentifier comp,
ComponentDescription desc) throws QTException
- Determine the next Component as specified. Will return null if it cannot find a
component that matches the specifications.
QuickTime::FindNextComponent
- Parameters:
- comp - a previously found component
- desc - describes the search parameters.
- Returns:
- a component identifier or zero if none found.
getInfo
public final ComponentDescription getInfo() throws StdQTException
- Returns all of the registration information for a component.
QuickTime::GetComponentInfo
- Returns:
- information about the specified component.
toString
public String toString()
- Prints the Component Info.
- Overrides:
- toString in class QTObject
All Packages Class Hierarchy This Package Previous Next Index