C# Class NewTOAPIA.Media.WinMM.WaveMicrophone

Inheritance: WaveInputPort, IDisposable
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
DeviceClosed ( IntPtr devHandle ) : void
OnInputData ( IntPtr wavhdrPtr, IntPtr param2 ) : void
WaveMicrophone ( ) : System
WaveMicrophone ( int channels, int sampleRate, int bitsPerSample, double latency ) : System
WaveMicrophone ( int deviceID, int channels, int sampleRate, int bitsPerSample, double latency ) : System

Private Methods

Méthode Description
AllocateBuffers ( IntPtr devHandle ) : void

Method Details

DeviceClosed() public méthode

public DeviceClosed ( IntPtr devHandle ) : void
devHandle System.IntPtr
Résultat void

OnInputData() public méthode

public OnInputData ( IntPtr wavhdrPtr, IntPtr param2 ) : void
wavhdrPtr System.IntPtr
param2 System.IntPtr
Résultat void

WaveMicrophone() public méthode

public WaveMicrophone ( ) : System
Résultat System

WaveMicrophone() public méthode

public WaveMicrophone ( int channels, int sampleRate, int bitsPerSample, double latency ) : System
channels int
sampleRate int
bitsPerSample int
latency double
Résultat System

WaveMicrophone() public méthode

public WaveMicrophone ( int deviceID, int channels, int sampleRate, int bitsPerSample, double latency ) : System
deviceID int
channels int
sampleRate int
bitsPerSample int
latency double
Résultat System