AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_SessionDocumentTypes.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3 *
4 * Copyright 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
16/*================================================================================================*/
17
18#pragma once
19#ifndef AAX_SessionDocumentTypes_H
20#define AAX_SessionDocumentTypes_H
21
22#include "AAX.h"
23#include <stdint.h>
24
26
27#include AAX_ALIGN_FILE_BEGIN
28#include AAX_ALIGN_FILE_HOST
29#include AAX_ALIGN_FILE_END
30
32{
33 int64_t mSampleLocation{0};
34 float mValue{0.f};
35};
36static_assert(16 == sizeof(AAX_CTempoBreakpoint), "Unexpected size for AAX_CTempoBreakpoint");
37
38#include AAX_ALIGN_FILE_BEGIN
39#include AAX_ALIGN_FILE_RESET
40#include AAX_ALIGN_FILE_END
41
42#endif // AAX_SessionDocumentTypes_H
AAX_CONSTEXPR AAX_CTypeID kAAX_DataBufferType_TempoBreakpointArray
Definition: AAX_SessionDocumentTypes.h:25
Various utility definitions for AAX.
#define AAX_CONSTEXPR
constexpr keyword macro
Definition: AAX.h:162
uint32_t AAX_CTypeID
Matches type of OSType used in classic plugins.
Definition: AAX.h:333
Definition: AAX_SessionDocumentTypes.h:32
int64_t mSampleLocation
Definition: AAX_SessionDocumentTypes.h:33
float mValue
Definition: AAX_SessionDocumentTypes.h:34