C# Class DSPUtil.SampleBuffer

Inheritance: SoundObj, ISampleBuffer
Afficher le fichier Open project: hughpyle/inguz-DSPUtil Class Usage Examples

Méthodes publiques

Méthode Description
PaddedSubset ( int start, int count ) : ISoundObj

Variant of Subset, supporting negative "start" values

Read ( int n, int &nn, bool &moreSamples ) : ISample[]
ReadComplex ( int n, int &nn, bool &moreSamples ) : Complex[][]
Reset ( ) : void
SampleBuffer ( ) : System
SampleBuffer ( ISoundObj input ) : System
Skip ( int n, int &nn, bool &moreSamples ) : void
Subset ( int start ) : ISoundObj
Subset ( int start, int count ) : ISoundObj

Private Methods

Méthode Description
GetInputEnum ( ) : ISampleBuffer

Method Details

PaddedSubset() public méthode

Variant of Subset, supporting negative "start" values
public PaddedSubset ( int start, int count ) : ISoundObj
start int
count int
Résultat ISoundObj

Read() public méthode

public Read ( int n, int &nn, bool &moreSamples ) : ISample[]
n int
nn int
moreSamples bool
Résultat ISample[]

ReadComplex() public méthode

public ReadComplex ( int n, int &nn, bool &moreSamples ) : Complex[][]
n int
nn int
moreSamples bool
Résultat Complex[][]

Reset() public méthode

public Reset ( ) : void
Résultat void

SampleBuffer() public méthode

public SampleBuffer ( ) : System
Résultat System

SampleBuffer() public méthode

public SampleBuffer ( ISoundObj input ) : System
input ISoundObj
Résultat System

Skip() public méthode

public Skip ( int n, int &nn, bool &moreSamples ) : void
n int
nn int
moreSamples bool
Résultat void

Subset() public méthode

public Subset ( int start ) : ISoundObj
start int
Résultat ISoundObj

Subset() public méthode

public Subset ( int start, int count ) : ISoundObj
start int
count int
Résultat ISoundObj