Media Authoring
with Java API

tv.amwa.maj.constant
Interface PluginIdentifiers


public interface PluginIdentifiers

Implement this interface to access some standard constants used to define plugins.

Author:
Richard Cartwright
See Also:
PluginCategoryType, PluginDefinition

Field Summary
static AUID Engine_None
          Specifies that a plugin has no associated software engine.
static AUID Platform_Independent
          Specifies that a plugin is platform independent.
static AUID PluginAPI_EssenceAccess
          Specifies that the API provided by the plugin is compatible with the essence access API.
 

Field Detail

Platform_Independent

static final AUID Platform_Independent

Specifies that a plugin is platform independent.

See Also:
PluginDefinition.getHardwarePlatform(), PluginDefinition.setHardwarePlatform(AUID)

Engine_None

static final AUID Engine_None

Specifies that a plugin has no associated software engine.

See Also:
PluginDefinition.getEngine(), PluginDefinition.setEngine(AUID)

PluginAPI_EssenceAccess

static final AUID PluginAPI_EssenceAccess

Specifies that the API provided by the plugin is compatible with the essence access API.

See Also:
PluginDefinition.getPluginAPI(), PluginDefinition.setPluginAPI(AUID)

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.