AUGraph.AddRenderNotify(RenderDelegate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers a method to be invoked every time the audio graph renders.
public AudioUnit.AudioUnitStatus AddRenderNotify (AudioUnit.RenderDelegate callback);
member this.AddRenderNotify : AudioUnit.RenderDelegate -> AudioUnit.AudioUnitStatus
Parameters
- callback
- RenderDelegate
Method to call every time the audio graph renders.
Returns
Status code.
Remarks
Use RemoveRenderNotify to remove the notification.