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.


Variable Index

 o manufacturerID
ManufacturerID the ID of the handler's manufacturer.
 o name
The name of the handler's manufacturer.
 o subType
Specifies the type of media (subType of Media), or type of data handled (subType of DataHandler).

Constructor Index

 o HandlerInfo(int, String, int)
This constructor creates a TimeInfo object.

Variables

 o subType
 public int subType
Specifies the type of media (subType of Media), or type of data handled (subType of DataHandler).

 o name
 public String name
The name of the handler's manufacturer.

 o manufacturerID
 public int manufacturerID
ManufacturerID the ID of the handler's manufacturer.

Constructors

 o 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