C# Class Yodiwo.Media.Audio.Sink.WavFile

Inheritance: IAudioSink
Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Méthode Description
AddPCMdata ( byte pcmdata ) : void
Clear ( ) : void
Flush ( ) : void
Start ( ) : void
Stop ( ) : void
WavFile ( string filename ) : System

Method Details

AddPCMdata() public méthode

public AddPCMdata ( byte pcmdata ) : void
pcmdata byte
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WavFile() public méthode

public WavFile ( string filename ) : System
filename string
Résultat System