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
AudioSettings.cs
Go to the documentation of this file.
1using System;
8
9namespace UnityEngine
10{
11 [NativeHeader("Modules/Audio/Public/ScriptBindings/Audio.bindings.h")]
12 [StaticAccessor("GetAudioManager()", StaticAccessorType.Dot)]
13 [global::Cpp2ILInjected.Token(Token = "0x2000002")]
14 public sealed class AudioSettings
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x6000001")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1F68E78", Offset = "0x1F68E78", Length = "0x6C")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
22 {
23 throw null;
24 }
25
27 [global::Cpp2ILInjected.Token(Token = "0x6000002")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F68EE4", Offset = "0x1F68EE4", Length = "0x64")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
31 internal static void InvokeOnAudioSystemShuttingDown()
32 {
33 throw null;
34 }
35
37 [global::Cpp2ILInjected.Token(Token = "0x6000003")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1F68F48", Offset = "0x1F68F48", Length = "0x64")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
41 internal static void InvokeOnAudioSystemStartedUp()
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6000004")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1F68FAC", Offset = "0x1F68FAC", Length = "0x28")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
50 [MethodImpl(4096)]
51 internal static extern bool StartAudioOutput();
52
53 [global::Cpp2ILInjected.Token(Token = "0x6000005")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1F68FD4", Offset = "0x1F68FD4", Length = "0x28")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
57 [MethodImpl(4096)]
58 internal static extern bool StopAudioOutput();
59
62 [global::Cpp2ILInjected.Token(Token = "0x4000001")]
64
67 [global::Cpp2ILInjected.Token(Token = "0x4000002")]
68 private static Action OnAudioSystemShuttingDown;
69
72 [global::Cpp2ILInjected.Token(Token = "0x4000003")]
73 private static Action OnAudioSystemStartedUp;
74
75 [global::Cpp2ILInjected.Token(Token = "0x2000003")]
77
78 [global::Cpp2ILInjected.Token(Token = "0x2000004")]
79 public static class Mobile
80 {
81 [global::Cpp2ILInjected.Token(Token = "0x17000001")]
82 public static bool muteState
83 {
85 [global::Cpp2ILInjected.Token(Token = "0x6000008")]
86 [global::Cpp2ILInjected.Address(RVA = "0x1F690D8", Offset = "0x1F690D8", Length = "0x48")]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
89 get
90 {
91 throw null;
92 }
94 [global::Cpp2ILInjected.Token(Token = "0x6000009")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1F69120", Offset = "0x1F69120", Length = "0x4C")]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
97 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
98 private set
99 {
100 throw null;
101 }
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x17000002")]
105 public static bool stopAudioOutputOnMute
106 {
107 [global::Cpp2ILInjected.Token(Token = "0x600000A")]
108 [global::Cpp2ILInjected.Address(RVA = "0x1F6916C", Offset = "0x1F6916C", Length = "0x48")]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
110 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
111 get
112 {
113 throw null;
114 }
115 }
116
118 [global::Cpp2ILInjected.Token(Token = "0x600000B")]
119 [global::Cpp2ILInjected.Address(RVA = "0x1F691B4", Offset = "0x1F691B4", Length = "0x17C")]
120 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
121 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
122 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
123 internal static void InvokeOnMuteStateChanged(bool mute)
124 {
125 throw null;
126 }
127
129 [global::Cpp2ILInjected.Token(Token = "0x600000C")]
130 [global::Cpp2ILInjected.Address(RVA = "0x1F69380", Offset = "0x1F69380", Length = "0x48")]
131 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
132 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
134 {
135 throw null;
136 }
137
138 [global::Cpp2ILInjected.Token(Token = "0x600000D")]
139 [global::Cpp2ILInjected.Address(RVA = "0x1F69358", Offset = "0x1F69358", Length = "0x28")]
140 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
141 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
142 public static void StartAudioOutput()
143 {
144 throw null;
145 }
146
147 [global::Cpp2ILInjected.Token(Token = "0x600000E")]
148 [global::Cpp2ILInjected.Address(RVA = "0x1F69330", Offset = "0x1F69330", Length = "0x28")]
149 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
150 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
151 public static void StopAudioOutput()
152 {
153 throw null;
154 }
155
158 [global::Cpp2ILInjected.Token(Token = "0x4000004")]
159 private static bool <muteState>k__BackingField;
160
161 [global::Cpp2ILInjected.Token(Token = "0x4000005")]
162 private static bool _stopAudioOutputOnMute;
163
166 [global::Cpp2ILInjected.Token(Token = "0x4000006")]
167 private static Action<bool> OnMuteStateChanged;
168 }
169 }
170}
class f__AnonymousType0<< Count > j__TPar
static bool< muteState > k__BackingField
static Action< bool > OnMuteStateChanged
static bool InvokeIsStopAudioOutputOnMuteEnabled()
static void InvokeOnMuteStateChanged(bool mute)
static void InvokeOnAudioSystemStartedUp()
delegate void AudioConfigurationChangeHandler(bool deviceWasChanged)
static bool StopAudioOutput()
static void InvokeOnAudioSystemShuttingDown()
static bool StartAudioOutput()
static AudioSettings.AudioConfigurationChangeHandler OnAudioConfigurationChanged
static Action OnAudioSystemStartedUp
static void InvokeOnAudioConfigurationChanged(bool deviceWasChanged)
static Action OnAudioSystemShuttingDown