NScumm.Core.Audio.SoftSynth.NullMusicPlugin.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.Null) };
        }