|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginCategoryType
Implement this interface to access unique identifiers describing the categories of
plugin definitions.
This interface is also used to seed the define the extendible enumeration
PluginCategoryType
.
ExtendibleEnumerationItem
,
TypeDefinitionExtendibleEnumeration
,
PluginDefinition
,
ExtendibleEnumerationWarehouse
,
TypeDefinitionExtendibleEnumeration.PluginCategoryType
Field Summary | |
---|---|
static AUID |
Codec
Specifies that a plugin that provides the implementation of a codec, such as the codecs described by the codec identifiers. |
static AUID |
Effect
Specifies that a plugin that provides the implementation of an effect, such as the effects described by the operation identifiers. |
static AUID |
Interpolation
Specifies that a plugin that provides the implementation of an interpolation function, such as the interpolation functions described by the interpolation identifiers. |
Field Detail |
---|
@ExtendibleEnumerationItem(target="PluginCategory") static final AUID Effect
Specifies that a plugin that provides the implementation of an effect, such as the effects described by the operation identifiers.
@ExtendibleEnumerationItem(target="PluginCategory") static final AUID Codec
Specifies that a plugin that provides the implementation of a codec, such as the codecs described by the codec identifiers.
@ExtendibleEnumerationItem(target="PluginCategory") static final AUID Interpolation
Specifies that a plugin that provides the implementation of an interpolation function, such as the interpolation functions described by the interpolation identifiers.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |