AAX SDK 2.6.1
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_IACFTransportControl.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
18/*================================================================================================*/
19
20#ifndef AAX_IACFTRANSPORTCONTROL_H
21#define AAX_IACFTRANSPORTCONTROL_H
22
23#pragma once
24
25#include "AAX.h"
26#include "AAX_Enums.h"
27
28#ifdef __clang__
29#pragma clang diagnostic push
30#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
31#endif
32
33#include "acfunknown.h"
34
38{
39public:
40
43
44};
45
46#ifdef __clang__
47#pragma clang diagnostic pop
48#endif
49
50#endif // AAX_IACFTRANSPORTCONTROL_H
51
Utility functions for byte-swapping. Used by AAX_CChunkDataParser.
Various utility definitions for AAX.
int32_t AAX_Result
Definition: AAX.h:334
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.doxygen:252
Versioned interface to control the host's transport state.
Definition: AAX_IACFTransportControl.h:38
virtual AAX_Result RequestTransportStart()=0
CALL: Request that the host transport start playback.
virtual AAX_Result RequestTransportStop()=0
CALL: Request that the host transport stop playback.