C# Class NesHd.Core.APU.WaveRecorder

Afficher le fichier Open project: afonsof/nes-hd

Méthodes publiques

Свойство Type Description
IsRecording bool
STEREO bool
Time int

Méthodes publiques

Méthode Description
AddSample ( short Sample ) : void
Record ( string FilePath, bool Stereo ) : void
Stop ( ) : void

Method Details

AddSample() public méthode

public AddSample ( short Sample ) : void
Sample short
Résultat void

Record() public méthode

public Record ( string FilePath, bool Stereo ) : void
FilePath string
Stereo bool
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

IsRecording public_oe property

public bool IsRecording
Résultat bool

STEREO public_oe property

public bool STEREO
Résultat bool

Time public_oe property

public int Time
Résultat int