C# Class NAudio.Wave.QuadToStereoStream32

Takes a quad 32 bit input and turns it stereo, mixing channels 1,2 into 1' and 2,3 into 2'
Inheritance: WaveStream
Afficher le fichier Open project: elliotwoods/Installation.Link

Méthodes publiques

Méthode Description
Close ( ) : void
QuadToStereoStream32 ( WasapiCapture sourceProvider ) : System

Creates a new stereo waveprovider based on a quad input

Read ( byte buffer, int offset, int count ) : int
Write ( byte buffer, int count ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

QuadToStereoStream32() public méthode

Creates a new stereo waveprovider based on a quad input
public QuadToStereoStream32 ( WasapiCapture sourceProvider ) : System
sourceProvider NAudio.CoreAudioApi.WasapiCapture Quad 32 bit PCM input
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

Write() public méthode

public Write ( byte buffer, int count ) : void
buffer byte
count int
Résultat void