AudioStreamer/AudioStreamer/AudioChannel.cs

8 lines
82 B
C#

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