C# Class OpenRA.Platforms.Default.OpenAlSoundSource

Inheritance: ISoundSource
Exibir arquivo Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Buffer uint

Public Methods

Method Description
OpenAlSoundSource ( byte data, int channels, int sampleBits, int sampleRate ) : System

Private Methods

Method Description
MakeALFormat ( int channels, int bits ) : int

Method Details

OpenAlSoundSource() public method

public OpenAlSoundSource ( byte data, int channels, int sampleBits, int sampleRate ) : System
data byte
channels int
sampleBits int
sampleRate int
return System

Property Details

Buffer public_oe property

public uint Buffer
return uint