terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ InvokeSampleFramesOverflow()

void UnityEngine.Experimental.Audio.AudioSampleProvider.InvokeSampleFramesOverflow ( int droppedSampleFrameCount)
inlineprivate

Definition at line 30 of file AudioSampleProvider.cs.

31 {
33 if (sampleFramesHandler != null)
34 {
35 IntPtr invoke_impl = sampleFramesHandler.invoke_impl;
36 IntPtr method_code = sampleFramesHandler.method_code;
37 IntPtr method = sampleFramesHandler.method;
38 return;
39 }
40 }
class f__AnonymousType0<< Count > j__TPar
AudioSampleProvider.SampleFramesHandler sampleFramesOverflow

References j__TPar, and UnityEngine.Experimental.Audio.AudioSampleProvider.sampleFramesOverflow.