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 |
Méthode | Description | |
---|---|---|
HandleOneEvent ( AURenderEvent theEvent ) : void | ||
PerformAllSimultaneousEvents ( nint now, AURenderEvent theEvent ) : void |
public abstract Process ( int frameCount, int bufferOffset ) : void | ||
frameCount | int | |
bufferOffset | int | |
Résultat | void |
public ProcessWithEvents ( AudioTimeStamp timestamp, int frameCount, AURenderEventEnumerator events ) : void | ||
timestamp | AudioTimeStamp | |
frameCount | int | |
events | AURenderEventEnumerator | |
Résultat | void |
public abstract StartRamp ( ulong address, float value, int duration ) : void | ||
address | ulong | |
value | float | |
duration | int | |
Résultat | void |