All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.media.HandlerInfo
java.lang.Object
|
+----quicktime.std.movies.media.HandlerInfo
- public class HandlerInfo
- extends Object
HandlerInfo contains general information for Media and Data Handler components on the
type of information they handle and manufacturer's name and ID.
-
manufacturerID
- ManufacturerID the ID of the handler's manufacturer.
-
name
- The name of the handler's manufacturer.
-
subType
- Specifies the type of media (subType of Media), or type of data handled (subType of DataHandler).
-
HandlerInfo(int, String, int)
- This constructor creates a TimeInfo object.
subType
public int subType
- Specifies the type of media (subType of Media), or type of data handled (subType of DataHandler).
name
public String name
- The name of the handler's manufacturer.
manufacturerID
public int manufacturerID
- ManufacturerID the ID of the handler's manufacturer.
HandlerInfo
public HandlerInfo(int subType,
String name,
int manufacturerID)
- This constructor creates a TimeInfo object.
- Parameters:
- subType - specifies the type of media (subType of Media), or type of data handled (subType of DataHandler).
- name - the name of the handler's manufacturer.
- manufacturerID - the ID of the handler's manufacturer.
All Packages Class Hierarchy This Package Previous Next Index