AudioStreamer/AudioStreamer/AudioConsumer.cs

8 lines
83 B
C#

using System;
namespace AudioStreamer
{
public interface AudioConsumer
{
}
}