mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
16 lines
357 B
C#
16 lines
357 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Runtime.InteropServices;
|
|||
|
|
|
|||
|
|
namespace NAudio.CoreAudioApi.Interfaces
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// implements IMMDeviceEnumerator
|
|||
|
|
/// </summary>
|
|||
|
|
[ComImport, Guid("BCDE0395-E52F-467C-8E3D-C4579291692E")]
|
|||
|
|
class MMDeviceEnumeratorComObject
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|