blob: f74cd5fbcd8cc7ea7a2976dc56bc3cbf34f7710e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
//
// DelayAPOInterface.idl -- Copyright (c) Microsoft Corporation. All rights reserved.
//
// Description:
//
// The interface and type definitions for Delay APO functionality.
//
import "oaidl.idl";
import "ocidl.idl";
import "audioenginebaseapo.idl";
[
object,
uuid(4c0531b4-f2ca-4eae-80cd-020266923bc1),
pointer_default(unique)
]
interface IDelayAPOMFX : IUnknown
{
};
[
object,
uuid(6269b338-5162-4f14-a94d-8422ee93ec13),
pointer_default(unique)
]
interface IDelayAPOSFX : IUnknown
{
};
|