using System; namespace AudioStreamer { public interface MultiChannelAudioProvider { AudioChannel[] Channels { get; } } }