C# 클래스 NScumm.Scumm.Audio.IMuse.InstrumentPcSpk

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

공개 메소드들

메소드 설명
CopyTo ( Instrument dest ) : void
InstrumentPcSpk ( Stream input ) : System.Diagnostics
InstrumentPcSpk ( byte data ) : System.Diagnostics
SaveOrLoad ( Serializer s ) : void
Send ( MidiChannel mc ) : void

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( Instrument dest ) : void
dest Instrument
리턴 void

InstrumentPcSpk() 공개 메소드

public InstrumentPcSpk ( Stream input ) : System.Diagnostics
input System.IO.Stream
리턴 System.Diagnostics

InstrumentPcSpk() 공개 메소드

public InstrumentPcSpk ( byte data ) : System.Diagnostics
data byte
리턴 System.Diagnostics

SaveOrLoad() 공개 메소드

public SaveOrLoad ( Serializer s ) : void
s NScumm.Scumm.IO.Serializer
리턴 void

Send() 공개 메소드

public Send ( MidiChannel mc ) : void
mc NScumm.Core.Audio.MidiChannel
리턴 void