/* * ENUM: SE_API_ENUM * * Identifies the API within which a type is defined. */
| typedef | enum | |
| { | ||
| SE_SRM, | ||
| SE_EDCS, | ||
| SE_DRM, | ||
| SE_LEVEL_0, | (notes) | |
| SE_LEVEL_1 | (notes) |
not applicable for types used by the DRM, but provided for use by higher-level code generators
not applicable for types used by the DRM, but provided for use by higher-level code generatorsNext: SE_AXIS_ENUM. Up:Index