C# Class FilterDemoFramework.DSPKernel

Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
Process ( int frameCount, int bufferOffset ) : void
ProcessWithEvents ( AudioTimeStamp timestamp, int frameCount, AURenderEventEnumerator events ) : void
StartRamp ( ulong address, float value, int duration ) : void

Private Methods

Méthode Description
HandleOneEvent ( AURenderEvent theEvent ) : void
PerformAllSimultaneousEvents ( nint now, AURenderEvent theEvent ) : void

Method Details

Process() public abstract méthode

public abstract Process ( int frameCount, int bufferOffset ) : void
frameCount int
bufferOffset int
Résultat void

ProcessWithEvents() public méthode

public ProcessWithEvents ( AudioTimeStamp timestamp, int frameCount, AURenderEventEnumerator events ) : void
timestamp AudioTimeStamp
frameCount int
events AURenderEventEnumerator
Résultat void

StartRamp() public abstract méthode

public abstract StartRamp ( ulong address, float value, int duration ) : void
address ulong
value float
duration int
Résultat void