C# Class NScumm.Sky.Music.AdLibMusic

Inheritance: MusicBase, IAudioStream
Mostra file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
AdLibMusic ( Mixer mixer, Disk disk ) : NScumm.Core
Dispose ( ) : void
ReadBuffer ( short data, int numSamples ) : int

Protected Methods

Method Description
SetVolume ( ushort param ) : void
SetupChannels ( byte channelData, int offset ) : void
SetupPointers ( ) : void
StartDriver ( ) : void

Method Details

AdLibMusic() public method

public AdLibMusic ( Mixer mixer, Disk disk ) : NScumm.Core
mixer NScumm.Core.Audio.Mixer
disk Disk
return NScumm.Core

Dispose() public method

public Dispose ( ) : void
return void

ReadBuffer() public method

public ReadBuffer ( short data, int numSamples ) : int
data short
numSamples int
return int

SetVolume() protected method

protected SetVolume ( ushort param ) : void
param ushort
return void

SetupChannels() protected method

protected SetupChannels ( byte channelData, int offset ) : void
channelData byte
offset int
return void

SetupPointers() protected method

protected SetupPointers ( ) : void
return void

StartDriver() protected method

protected StartDriver ( ) : void
return void