次の方法で共有


AUInternalRenderBlock 代理人

定義

public delegate AudioUnit.AudioUnitStatus AUInternalRenderBlock(ref AudioUnitRenderActionFlags actionFlags, ref AudioTimeStamp timestamp, uint frameCount, nint outputBusNumber, AudioBuffers outputData, AURenderEventEnumerator realtimeEventListHead, AURenderPullInputBlock pullInputBlock);
type AUInternalRenderBlock = delegate of  *  * uint32 * nint * AudioBuffers * AURenderEventEnumerator * AURenderPullInputBlock -> AudioUnitStatus

パラメーター

timestamp
AudioTimeStamp
frameCount
UInt32
outputBusNumber
System.System.IntPtr System.nativeint
outputData
AudioBuffers
realtimeEventListHead
AURenderEventEnumerator
pullInputBlock
AURenderPullInputBlock

戻り値

適用対象