mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
106 lines
4 KiB
C
Executable file
106 lines
4 KiB
C
Executable file
#ifndef __AAFExtEnum_h__
|
|
#define __AAFExtEnum_h__
|
|
|
|
#include "aaf/AAFTypes.h"
|
|
|
|
// AAF extensible enumeration member UIDs.
|
|
//
|
|
|
|
// Members of OperationCategoryType
|
|
//
|
|
//{0d010102-0101-0100-060e-2b3404010101}
|
|
static const aafUID_t AAFOperationCategory_Effect =
|
|
{0x0d010102, 0x0101, 0x0100, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
// Members of TransferCharacteristicType
|
|
//
|
|
//{04010101-0101-0000-060e-2b3404010101}
|
|
static const aafUID_t AAFTransferCharacteristic_ITU470_PAL =
|
|
{0x04010101, 0x0101, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{04010101-0102-0000-060e-2b3404010101}
|
|
static const aafUID_t AAFTransferCharacteristic_ITU709 =
|
|
{0x04010101, 0x0102, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{04010101-0103-0000-060e-2b3404010101}
|
|
static const aafUID_t AAFTransferCharacteristic_SMPTE240M =
|
|
{0x04010101, 0x0103, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{04010101-0104-0000-060e-2b3404010101}
|
|
static const aafUID_t AAFTransferCharacteristic_274M_296M =
|
|
{0x04010101, 0x0104, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{04010101-0105-0000-060e-2b3404010101}
|
|
static const aafUID_t AAFTransferCharacteristic_ITU1361 =
|
|
{0x04010101, 0x0105, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{04010101-0106-0000-060e-2b3404010101}
|
|
static const aafUID_t AAFTransferCharacteristic_linear =
|
|
{0x04010101, 0x0106, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
// Members of PluginCategoryType
|
|
//
|
|
//{0d010102-0101-0200-060e-2b3404010101}
|
|
static const aafUID_t AAFPluginCategory_Effect =
|
|
{0x0d010102, 0x0101, 0x0200, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{0d010102-0101-0300-060e-2b3404010101}
|
|
static const aafUID_t AAFPluginCategory_Codec =
|
|
{0x0d010102, 0x0101, 0x0300, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{0d010102-0101-0400-060e-2b3404010101}
|
|
static const aafUID_t AAFPluginCategory_Interpolation =
|
|
{0x0d010102, 0x0101, 0x0400, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
// Members of UsageType
|
|
//
|
|
//{0d010102-0101-0500-060e-2b3404010101}
|
|
static const aafUID_t AAFUsage_SubClip =
|
|
{0x0d010102, 0x0101, 0x0500, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{0d010102-0101-0600-060e-2b3404010101}
|
|
static const aafUID_t AAFUsage_AdjustedClip =
|
|
{0x0d010102, 0x0101, 0x0600, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{0d010102-0101-0700-060e-2b3404010101}
|
|
static const aafUID_t AAFUsage_TopLevel =
|
|
{0x0d010102, 0x0101, 0x0700, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{0d010102-0101-0800-060e-2b3404010101}
|
|
static const aafUID_t AAFUsage_LowerLevel =
|
|
{0x0d010102, 0x0101, 0x0800, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{0d010102-0101-0900-060e-2b3404010101}
|
|
static const aafUID_t AAFUsage_Template =
|
|
{0x0d010102, 0x0101, 0x0900, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
// Members of ColorPrimariesType
|
|
//
|
|
//{04010101-0301-0000-060e-2b3404010106}
|
|
static const aafUID_t AAFColorPrimaries_SMPTE170M =
|
|
{0x04010101, 0x0301, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x06}};
|
|
|
|
//{04010101-0302-0000-060e-2b3404010106}
|
|
static const aafUID_t AAFColorPrimaries_ITU470_PAL =
|
|
{0x04010101, 0x0302, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x06}};
|
|
|
|
//{04010101-0303-0000-060e-2b3404010106}
|
|
static const aafUID_t AAFColorPrimaries_ITU709 =
|
|
{0x04010101, 0x0303, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x06}};
|
|
|
|
// Members of CodingEquationsType
|
|
//
|
|
//{04010101-0201-0000-060e-2b3404010101}
|
|
static const aafUID_t AAFCodingEquations_ITU601 =
|
|
{0x04010101, 0x0201, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{04010101-0202-0000-060e-2b3404010101}
|
|
static const aafUID_t AAFCodingEquations_ITU709 =
|
|
{0x04010101, 0x0202, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
//{04010101-0203-0000-060e-2b3404010101}
|
|
static const aafUID_t AAFCodingEquations_SMPTE240M =
|
|
{0x04010101, 0x0203, 0x0000, {0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01}};
|
|
|
|
|
|
#endif // ! __AAFExtEnum_h__
|