C# Class DotNES.Core.AudioBuffer

Mostra file Open project: brandonpelfrey/dotnes Class Usage Examples

Public Methods

Method Description
copy ( float src, int srcOffset, float dest, int destOffset, int length ) : void
copyToArray ( float audioBuff, int offset, int numSamples ) : int
write ( float value ) : void

Method Details

copy() public method

public copy ( float src, int srcOffset, float dest, int destOffset, int length ) : void
src float
srcOffset int
dest float
destOffset int
length int
return void

copyToArray() public method

public copyToArray ( float audioBuff, int offset, int numSamples ) : int
audioBuff float
offset int
numSamples int
return int

write() public method

public write ( float value ) : void
value float
return void