| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the mingw-w64 runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| #ifndef __INC_AUDIOAPOTYPES__ |
| #define __INC_AUDIOAPOTYPES__ |
| #if (_WIN32_WINNT >= 0x0601) |
| typedef enum APO_BUFFER_FLAGS { |
| typedef struct APO_CONNECTION_PROPERTY { |
| UINT32 u32ValidFrameCount; |
| APO_BUFFER_FLAGS u32BufferFlags; |
| } APO_CONNECTION_PROPERTY; |
| #endif /*(_WIN32_WINNT >= 0x0601)*/ |
| #endif /*__INC_AUDIOAPOTYPES__*/ |