12 lines
263 B
C#
12 lines
263 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace NAudio.Wasapi.CoreAudioApi.Interfaces
|
|
{
|
|
[ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90")]
|
|
interface IAgileObject
|
|
{
|
|
|
|
}
|
|
}
|