C# Class DotNES.Core.NESWaveProvider

Inheritance: IWaveProvider
Afficher le fichier Open project: brandonpelfrey/dotnes Class Usage Examples

Méthodes publiques

Méthode Description
NESWaveProvider ( AudioBuffer audioBuffer ) : System
NESWaveProvider ( int sampleRate, int channels ) : System
Read ( byte buffer, int offset, int count ) : int
Read ( float buffer, int offset, int sampleCount ) : int
SetWaveFormat ( int sampleRate, int channels ) : void

Method Details

NESWaveProvider() public méthode

public NESWaveProvider ( AudioBuffer audioBuffer ) : System
audioBuffer AudioBuffer
Résultat System

NESWaveProvider() public méthode

public NESWaveProvider ( int sampleRate, int channels ) : System
sampleRate int
channels int
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Read() public méthode

public Read ( float buffer, int offset, int sampleCount ) : int
buffer float
offset int
sampleCount int
Résultat int

SetWaveFormat() public méthode

public SetWaveFormat ( int sampleRate, int channels ) : void
sampleRate int
channels int
Résultat void