14 lines
289 B
C#
14 lines
289 B
C#
|
using System;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
namespace NAudio.CoreAudioApi.Interfaces
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// implements IMMDeviceEnumerator
|
|||
|
/// </summary>
|
|||
|
[ComImport, Guid("BCDE0395-E52F-467C-8E3D-C4579291692E")]
|
|||
|
class MMDeviceEnumeratorComObject
|
|||
|
{
|
|||
|
}
|
|||
|
}
|