C# Class NScumm.Core.Audio.MusicPluginObject

Inheritance: IMusicPluginObject
Mostra file Open project: scemino/nscumm

Public Methods

Method Description
CheckDevice ( DeviceHandle handle ) : bool
CreateInstance ( IMixer mixer, DeviceHandle handle ) : IMidiDriver
GetDevices ( ) : IList

Method Details

CheckDevice() public method

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

CreateInstance() public abstract method

public abstract CreateInstance ( IMixer mixer, DeviceHandle handle ) : IMidiDriver
mixer IMixer
handle DeviceHandle
return IMidiDriver

GetDevices() public abstract method

public abstract GetDevices ( ) : IList
return IList