AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AAX_CHostServices.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3  *
4  * Copyright (c) 2010 Avid Technology, Inc.
5  * All rights reserved.
6  *
7  * CONFIDENTIAL: This document contains confidential information. Do not
8  * read or examine this document unless you are an Avid Technology employee
9  * or have signed a non-disclosure agreement with Avid Technology which protects
10  * the confidentiality of this document. DO NOT DISCLOSE ANY INFORMATION
11  * CONTAINED IN THIS DOCUMENT TO ANY THIRD-PARTY WITHOUT THE PRIOR WRITTEN CONSENT
12  * OF Avid Technolgy, INC.
13  *
14  */
15 
20 /*================================================================================================*/
21 
22 
23 #ifndef AAX_CHOSTSERVICES_H
24 #define AAX_CHOSTSERVICES_H
25 
26 #include "AAX.h"
27 #include "AAX_Enums.h"
28 
29 
30 class IACFUnknown;
31 
35 {
36 public:
37  static void Set ( IACFUnknown * pUnkHost );
38 
39  static AAX_Result Assert ( const char * iFile, int32_t iLine, const char * iCondition );
40  static AAX_Result Trace ( AAX_ETracePriorityHost iPriority, const char * iFormat, ... );
41 };
42 
43 
44 #endif
Various utility definitions for AAX.
AAX_ETracePriorityHost
Platform-specific tracing priorities.
Definition: AAX_Enums.h:86
Concrete implementation of the AAX_IHostServices interface.
Definition: AAX_CHostServices.h:34
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.dox:231
Utility functions for byte-swapping. Used by AAX_CChunkDataParser.
int32_t AAX_Result
Definition: AAX.h:118
static AAX_Result Assert(const char *iFile, int32_t iLine, const char *iCondition)
static void Set(IACFUnknown *pUnkHost)
static AAX_Result Trace(AAX_ETracePriorityHost iPriority, const char *iFormat,...)