C# Class NScumm.Core.Audio.SoftSynth.TownsEmuMusicPlugin

Inheritance: IMusicPluginObject
显示文件 Open project: scemino/nscumm

Public Methods

Method Description
CheckDevice ( DeviceHandle handle ) : bool
CreateInstance ( IMixer mixer, DeviceHandle handle ) : NScumm.Core.Audio.Midi.IMidiDriver
GetDevices ( ) : System.Collections.Generic.IList

Method Details

CheckDevice() public method

public CheckDevice ( DeviceHandle handle ) : bool
handle DeviceHandle
return bool

CreateInstance() public method

public CreateInstance ( IMixer mixer, DeviceHandle handle ) : NScumm.Core.Audio.Midi.IMidiDriver
mixer IMixer
handle DeviceHandle
return NScumm.Core.Audio.Midi.IMidiDriver

GetDevices() public method

public GetDevices ( ) : System.Collections.Generic.IList
return System.Collections.Generic.IList