AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_IContainer.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 *
4 * Copyright 2015, 2023 Avid Technology, Inc.
5 * All rights reserved.
6 *
7 * CONFIDENTIAL: this document contains confidential information of Avid. Do
8 * not disclose to any third party. Use of the information contained in this
9 * document is subject to an Avid SDK license.
10 *
11 */
12
19/*================================================================================================*/
21#ifndef AAX_ICONTAINER_H
22#define AAX_ICONTAINER_H
24
25
29{
30public:
31 virtual ~AAX_IContainer() {}
32
33public:
35 {
41 };
42
43public:
46 virtual void Clear() = 0;
47};
48
50#endif /* defined(AAX_ICONTAINER_H) */
Definition: AAX_IContainer.h:29
virtual void Clear()=0
virtual ~AAX_IContainer()
Definition: AAX_IContainer.h:31
EStatus
Definition: AAX_IContainer.h:35
@ eStatus_Unsupported
Operation is unsupported.
Definition: AAX_IContainer.h:40
@ eStatus_NotInitialized
Uninitialized container.
Definition: AAX_IContainer.h:38
@ eStatus_Unavailable
An internal resource was not available.
Definition: AAX_IContainer.h:39
@ eStatus_Overflow
Internal buffer overflow.
Definition: AAX_IContainer.h:37
@ eStatus_Success
Operation succeeded.
Definition: AAX_IContainer.h:36