Method | Description |
---|---|
AutoStart() | Hook: called to let nodes be instantiated on startup |
CountFlavors() | Hook: return the number of flavors your add-on deals with |
GetConfigurationFor() | Hook: save pertinent information about the specified node |
GetFlavorAt() | Hook: return information about flavors supported by the add-on |
ImageID() | Returns the add-on's image ID |
InitCheck() | Hook: returns a string explaining why the most recent error occurred |
InstantiateNodeFor() | Hook: instantiate a node given information about a flavor |
make_media_addon() | Hook: C function to be exported; should return a BMediaAddOn object |
BMediaAddOn() | Constructor |
SniffRef() | Hook: attempt to determine the MIME type of a file |
SniffType() | Hook: given the MIME type of a file, identify how well your add-on can process it |
WantsAutoStart() | Hook: return true if one or more node flavors want to be instantiated when the add-on is loaded |
The Be Book, in lovely HTML, for BeOS Release 4.
Copyright © 1998 Be, Inc. All rights reserved.
Last modified December 9, 1998.