NScumm.Core.Audio.SoftSynth.PCSpeakerMusicPlugin.GetDevices C# (CSharp) Method

GetDevices() public method

public GetDevices ( ) : IList
return IList
        public override IList<MusicDevice> GetDevices()
        {
            return new []{ new MusicDevice(this, string.Empty, MusicType.PCSpeaker) };
        }
PCSpeakerMusicPlugin