Inside Macintosh: QuickTime Reference

| Previous | Chapter Contents | Chapter Top | Next |

QuickTime Properties

string GetQuickTimeVersion()

Returns the version of QuickTime.

string GetQuickTimeLanguage()

Returns the user's QuickTime language (set with the Plug-in's "Set Language" dialog).

int GetQuickTimeConnectionSpeed()

Returns the connection speed setting from the users QuickTime preferences.

boolean GetIsQuickTimeRegistered()

Returns true if the user is registered for the Pro version of QuickTime, it otherwise returns false.

string GetComponentVersion(string type, string subType,
string manufacturer)

Returns the version of a specific QuickTime component. The component is specified using a four character string for the type, subType, and manufacturer. For example, to check the version of Apple's JPEG graphics importer call

GetComponentVersion(`grip','JPEG', `appl')

`0' is a wildcard for any field. If the component is not available, "0.0" is returned.


© 2000 Apple Computer, Inc.

Inside Macintosh: QuickTime Reference

| Previous | Chapter Contents | Chapter Top | Next |