![]() |
AAX SDK 2.8.0
Avid Audio Extensions Development Kit
|
Go to the source code of this file.
Various string utility definitions for AAX Native.
Namespaces | |
| namespace | AAX |
Macros | |
| #define | AAXLibrary_AAX_StringUtilities_h |
Functions | |
| void | AAX::GetCStringOfLength (char *stringOut, const char *stringIn, int32_t aMaxChars) |
| ============================================================== | |
| int32_t | AAX::Caseless_strcmp (const char *cs, const char *ct) |
| std::string | AAX::Binary2String (uint32_t binaryValue, int32_t numBits) |
| uint32_t | AAX::String2Binary (const AAX_IString &s) |
| bool | AAX::IsASCII (char inChar) |
| bool | AAX::IsFourCharASCII (uint32_t inFourChar) |
| std::string | AAX::AsStringFourChar (uint32_t inFourChar) |
| std::string | AAX::AsStringPropertyValue (AAX_EProperty inProperty, AAX_CPropertyValue inPropertyValue) |
| std::string | AAX::AsStringInt32 (int32_t inInt32) |
| std::string | AAX::AsStringUInt32 (uint32_t inUInt32) |
| std::string | AAX::AsStringIDTriad (const AAX_SPlugInIdentifierTriad &inIDTriad) |
| std::string | AAX::AsStringStemFormat (AAX_EStemFormat inStemFormat, bool inAbbreviate=false) |
| std::string | AAX::AsStringStemChannel (AAX_EStemFormat inStemFormat, uint32_t inChannelIndex, bool inAbbreviate) |
| std::string | AAX::AsStringResult (AAX_Result inResult) |
| std::string | AAX::AsStringSupportLevel (AAX_ESupportLevel inSupportLevel) |
| #define AAXLibrary_AAX_StringUtilities_h |
1.9.6