C# 클래스 NScumm.Core.Audio.MusicPluginObject

상속: IMusicPluginObject
파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
CheckDevice ( DeviceHandle handle ) : bool
CreateInstance ( IMixer mixer, DeviceHandle handle ) : IMidiDriver
GetDevices ( ) : IList

메소드 상세

CheckDevice() 공개 메소드

public CheckDevice ( DeviceHandle handle ) : bool
handle DeviceHandle
리턴 bool

CreateInstance() 공개 추상적인 메소드

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

GetDevices() 공개 추상적인 메소드

public abstract GetDevices ( ) : IList
리턴 IList