Method |
Description |
|
AUGraph ( IntPtr ptr ) : System |
|
|
AUGraphAddNode ( IntPtr inGraph, AudioComponentDescription inDescription, int &outNode ) : int |
|
|
AUGraphAddRenderNotify ( IntPtr inGraph, AudioUnit inCallback, IntPtr inRefCon ) : int |
|
|
AUGraphClose ( IntPtr inGraph ) : int |
|
|
AUGraphConnectNodeInput ( IntPtr inGraph, int inSourceNode, uint inSourceOutputNumber, int inDestNode, uint inDestInputNumber ) : int |
|
|
AUGraphInitialize ( IntPtr inGraph ) : int |
|
|
AUGraphNodeInfo ( IntPtr inGraph, int inNode, AudioComponentDescription outDescription, IntPtr outAudioUnit ) : int |
|
|
AUGraphOpen ( IntPtr inGraph ) : int |
|
|
AUGraphStart ( IntPtr inGraph ) : int |
|
|
AUGraphStop ( IntPtr inGraph ) : int |
|
|
AUGraphUninitialize ( IntPtr inGraph ) : int |
|
|
DisposeAUGraph ( IntPtr inGraph ) : int |
|
|
NewAUGraph ( IntPtr &outGraph ) : int |
|
|
renderCallback ( IntPtr inRefCon, AudioUnitRenderActionFlags &_ioActionFlags, AudioTimeStamp &_inTimeStamp, int _inBusNumber, int _inNumberFrames, AudioBufferList _ioData ) : int |
|
|