mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
2.0.7
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace NAudio.CoreAudioApi.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// defined in MMDeviceAPI.h
|
||||
/// </summary>
|
||||
[Guid("1BE09788-6894-4089-8586-9A2A6C265AC5"),
|
||||
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
|
||||
interface IMMEndpoint
|
||||
{
|
||||
int GetDataFlow(out DataFlow dataFlow);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user