terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
AudioSampleProvider.cs
Go to the documentation of this file.
1using System;
8
10{
11 [StaticAccessor("AudioSampleProviderBindings", StaticAccessorType.DoubleColon)]
12 [NativeType(Header = "Modules/Audio/Public/ScriptBindings/AudioSampleProvider.bindings.h")]
13 [global::Cpp2ILInjected.Token(Token = "0x2000011")]
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x600002B")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1F69BAC", Offset = "0x1F69BAC", Length = "0x28")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
22 {
23 throw null;
24 }
25
27 [global::Cpp2ILInjected.Token(Token = "0x600002C")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F69BD4", Offset = "0x1F69BD4", Length = "0x28")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
32 {
33 throw null;
34 }
35
38 [global::Cpp2ILInjected.Token(Token = "0x400000C")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
41
44 [global::Cpp2ILInjected.Token(Token = "0x400000D")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
47
48 [global::Cpp2ILInjected.Token(Token = "0x2000012")]
50 }
51}
class f__AnonymousType0<< Count > j__TPar
void InvokeSampleFramesOverflow(int droppedSampleFrameCount)
AudioSampleProvider.SampleFramesHandler sampleFramesAvailable
AudioSampleProvider.SampleFramesHandler sampleFramesOverflow
delegate void SampleFramesHandler(AudioSampleProvider provider, uint sampleFrameCount)