|
31 | 31 |
|
32 | 32 |
|
33 | 33 | #define AUIDToText( auid ) \
|
34 |
| - CLSIDToText( (const cfbCLSID_t*)auid ) |
| 34 | + cfb_CLSIDToText( (const cfbCLSID_t*)auid ) |
35 | 35 |
|
36 | 36 |
|
37 |
| -const wchar_t * MobIDToText( aafMobID_t *mobid ); |
| 37 | +const wchar_t * aaft_MobIDToText( aafMobID_t *mobid ); |
38 | 38 |
|
39 |
| -const wchar_t * TimestampToText( aafTimeStamp_t *ts ); |
| 39 | +const wchar_t * aaft_TimestampToText( aafTimeStamp_t *ts ); |
40 | 40 |
|
41 |
| -const wchar_t * VersionToText( aafVersionType_t *vers ); |
| 41 | +const wchar_t * aaft_VersionToText( aafVersionType_t *vers ); |
42 | 42 |
|
43 |
| -const wchar_t * ProductVersionToText( aafProductVersion_t *vers ); |
| 43 | +const wchar_t * aaft_ProductVersionToText( aafProductVersion_t *vers ); |
44 | 44 |
|
45 |
| -const wchar_t * FileKindToText( const aafUID_t *auid ); |
| 45 | +const wchar_t * aaft_FileKindToText( const aafUID_t *auid ); |
46 | 46 |
|
47 |
| -const wchar_t * TapeCaseTypeToText( aafTapeCaseType_t t ); |
| 47 | +const wchar_t * aaft_TapeCaseTypeToText( aafTapeCaseType_t t ); |
48 | 48 |
|
49 |
| -const wchar_t * VideoSignalTypeToText( aafVideoSignalType_t v ); |
| 49 | +const wchar_t * aaft_VideoSignalTypeToText( aafVideoSignalType_t v ); |
50 | 50 |
|
51 |
| -const wchar_t * TapeFormatTypeToText( aafTapeFormatType_t t ); |
| 51 | +const wchar_t * aaft_TapeFormatTypeToText( aafTapeFormatType_t t ); |
52 | 52 |
|
53 |
| -const wchar_t * FilmTypeToText( aafFilmType_t f ); |
| 53 | +const wchar_t * aaft_FilmTypeToText( aafFilmType_t f ); |
54 | 54 |
|
55 |
| -const wchar_t * SignalStandardToText( aafSignalStandard_t s ); |
| 55 | +const wchar_t * aaft_SignalStandardToText( aafSignalStandard_t s ); |
56 | 56 |
|
57 |
| -const wchar_t * FieldNumberToText( aafFieldNumber_t f ); |
| 57 | +const wchar_t * aaft_FieldNumberToText( aafFieldNumber_t f ); |
58 | 58 |
|
59 |
| -const wchar_t * AlphaTransparencyToText( aafAlphaTransparency_t a ); |
| 59 | +const wchar_t * aaft_AlphaTransparencyToText( aafAlphaTransparency_t a ); |
60 | 60 |
|
61 |
| -const wchar_t * FrameLayoutToText( aafFrameLayout_t f ); |
| 61 | +const wchar_t * aaft_FrameLayoutToText( aafFrameLayout_t f ); |
62 | 62 |
|
63 |
| -const wchar_t * ColorSitingToText( aafColorSiting_t c ); |
| 63 | +const wchar_t * aaft_ColorSitingToText( aafColorSiting_t c ); |
64 | 64 |
|
65 |
| -const wchar_t * ProductReleaseTypeToText( aafProductReleaseType_t t ); |
| 65 | +const wchar_t * aaft_ProductReleaseTypeToText( aafProductReleaseType_t t ); |
66 | 66 |
|
67 |
| -const wchar_t * FadeTypeToText( aafFadeType_t f ); |
| 67 | +const wchar_t * aaft_FadeTypeToText( aafFadeType_t f ); |
68 | 68 |
|
69 |
| -const wchar_t * BoolToText( aafBoolean_t b ); |
| 69 | +const wchar_t * aaft_BoolToText( aafBoolean_t b ); |
70 | 70 |
|
71 |
| -const wchar_t * OperationCategoryToText( const aafUID_t *auid ); |
| 71 | +const wchar_t * aaft_OperationCategoryToText( const aafUID_t *auid ); |
72 | 72 |
|
73 |
| -const wchar_t * PluginCategoryToText( const aafUID_t *auid ); |
| 73 | +const wchar_t * aaft_PluginCategoryToText( const aafUID_t *auid ); |
74 | 74 |
|
75 |
| -const wchar_t * ScanningDirectionToText( aafScanningDirection_t s ); |
| 75 | +const wchar_t * aaft_ScanningDirectionToText( aafScanningDirection_t s ); |
76 | 76 |
|
77 |
| -const wchar_t * ByteOrderToText( int16_t e ); |
| 77 | +const wchar_t * aaft_ByteOrderToText( int16_t e ); |
78 | 78 |
|
79 |
| -const wchar_t * ElectroSpatialToText( aafElectroSpatialFormulation_t e ); |
| 79 | +const wchar_t * aaft_ElectroSpatialToText( aafElectroSpatialFormulation_t e ); |
80 | 80 |
|
81 |
| -const wchar_t * TypeIDToText( const aafUID_t *auid ); |
| 81 | +const wchar_t * aaft_TypeIDToText( const aafUID_t *auid ); |
82 | 82 |
|
83 |
| -const wchar_t * StoredFormToText( enum aafStoredForm_e sf ); |
| 83 | +const wchar_t * aaft_StoredFormToText( enum aafStoredForm_e sf ); |
84 | 84 |
|
85 |
| -const wchar_t * OPDefToText( const aafUID_t *auid ); |
| 85 | +const wchar_t * aaft_OPDefToText( const aafUID_t *auid ); |
86 | 86 |
|
87 |
| -const wchar_t * DataDefToText( AAF_Data *aafd, const aafUID_t *auid ); |
| 87 | +const wchar_t * aaft_DataDefToText( AAF_Data *aafd, const aafUID_t *auid ); |
88 | 88 |
|
89 |
| -const wchar_t * OperationDefToText( AAF_Data *aafd, const aafUID_t *auid ); |
| 89 | +const wchar_t * aaft_OperationDefToText( AAF_Data *aafd, const aafUID_t *auid ); |
90 | 90 |
|
91 |
| -const wchar_t * InterpolationToText( const aafUID_t *auid ); |
| 91 | +const wchar_t * aaft_InterpolationToText( const aafUID_t *auid ); |
92 | 92 |
|
93 |
| -const wchar_t * ParameterToText( AAF_Data *aafd, const aafUID_t *auid ); |
| 93 | +const wchar_t * aaft_ParameterToText( AAF_Data *aafd, const aafUID_t *auid ); |
94 | 94 |
|
95 |
| -const wchar_t * TransferCharacteristicToText( const aafUID_t *auid ); |
| 95 | +const wchar_t * aaft_TransferCharacteristicToText( const aafUID_t *auid ); |
96 | 96 |
|
97 |
| -const wchar_t * CodingEquationsToText( const aafUID_t *auid ); |
| 97 | +const wchar_t * aaft_CodingEquationsToText( const aafUID_t *auid ); |
98 | 98 |
|
99 |
| -const wchar_t * ColorPrimariesToText( const aafUID_t *auid ); |
| 99 | +const wchar_t * aaft_ColorPrimariesToText( const aafUID_t *auid ); |
100 | 100 |
|
101 |
| -const wchar_t * UsageCodeToText( const aafUID_t *auid ); |
| 101 | +const wchar_t * aaft_UsageCodeToText( const aafUID_t *auid ); |
102 | 102 |
|
103 |
| -const wchar_t * PIDToText( AAF_Data *aafd, aafPID_t pid ); |
| 103 | +const wchar_t * aaft_PIDToText( AAF_Data *aafd, aafPID_t pid ); |
104 | 104 |
|
105 |
| -const wchar_t * ClassIDToText( AAF_Data *aafd, const aafUID_t *auid ); |
| 105 | +const wchar_t * aaft_ClassIDToText( AAF_Data *aafd, const aafUID_t *auid ); |
106 | 106 |
|
107 |
| -const wchar_t * ContainerToText( const aafUID_t *auid ); |
| 107 | +const wchar_t * aaft_ContainerToText( const aafUID_t *auid ); |
108 | 108 |
|
109 |
| -const wchar_t * CompressionToText( const aafUID_t *auid ); |
| 109 | +const wchar_t * aaft_CompressionToText( const aafUID_t *auid ); |
110 | 110 |
|
111 | 111 |
|
112 | 112 | #endif // !__AAFToText_h__
|
0 commit comments