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
AudioSettings.cs
Go to the documentation of this file.
1using System;
7
8namespace UnityEngine
9{
10 // Token: 0x02000002 RID: 2
11 [NativeHeader("Modules/Audio/Public/ScriptBindings/Audio.bindings.h")]
12 [StaticAccessor("GetAudioManager()", StaticAccessorType.Dot)]
13 public sealed class AudioSettings
14 {
15 // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
18 {
19 }
20
21 // Token: 0x06000002 RID: 2 RVA: 0x00002060 File Offset: 0x00000260
23 internal static void InvokeOnAudioSystemShuttingDown()
24 {
25 }
26
27 // Token: 0x06000003 RID: 3 RVA: 0x00002070 File Offset: 0x00000270
29 internal static void InvokeOnAudioSystemStartedUp()
30 {
31 }
32
33 // Token: 0x06000004 RID: 4 RVA: 0x00002080 File Offset: 0x00000280
34 internal static bool StartAudioOutput()
35 {
36 throw new MissingMethodException();
37 }
38
39 // Token: 0x06000005 RID: 5 RVA: 0x00002094 File Offset: 0x00000294
40 internal static bool StopAudioOutput()
41 {
42 throw new MissingMethodException();
43 }
44
45 // Token: 0x04000001 RID: 1
49
50 // Token: 0x04000002 RID: 2
54
55 // Token: 0x04000003 RID: 3
59
60 // Token: 0x02000003 RID: 3
62 {
63 // Token: 0x06000006 RID: 6 RVA: 0x000020A8 File Offset: 0x000002A8
65 {
67 this.m_target = @object;
69 this.method_code = this;
70 }
71
72 // Token: 0x06000007 RID: 7 RVA: 0x000020FC File Offset: 0x000002FC
73 public void Invoke(bool deviceWasChanged)
74 {
77 IntPtr method = this.method;
78 }
79 }
80
81 // Token: 0x02000004 RID: 4
82 public static class Mobile
83 {
84 // Token: 0x17000001 RID: 1
85 // (get) Token: 0x06000008 RID: 8 RVA: 0x0000211E File Offset: 0x0000031E
86 // (set) Token: 0x06000009 RID: 9 RVA: 0x0000212C File Offset: 0x0000032C
87 public static bool muteState
88 {
90 get
91 {
92 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
93 }
95 private set
96 {
97 }
98 }
99
100 // Token: 0x17000002 RID: 2
101 // (get) Token: 0x0600000A RID: 10 RVA: 0x0000211E File Offset: 0x0000031E
102 public static bool stopAudioOutputOnMute
103 {
104 get
105 {
106 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
107 }
108 }
109
110 // Token: 0x0600000B RID: 11 RVA: 0x0000213C File Offset: 0x0000033C
112 internal static void InvokeOnMuteStateChanged(bool mute)
113 {
114 if (true)
115 {
116 throw new MissingMethodException();
117 }
118 }
119
120 // Token: 0x0600000C RID: 12 RVA: 0x0000211E File Offset: 0x0000031E
123 {
124 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
125 }
126
127 // Token: 0x0600000D RID: 13 RVA: 0x0000215C File Offset: 0x0000035C
128 public static void StartAudioOutput()
129 {
130 throw new MissingMethodException();
131 }
132
133 // Token: 0x0600000E RID: 14 RVA: 0x00002170 File Offset: 0x00000370
134 public static void StopAudioOutput()
135 {
136 throw new MissingMethodException();
137 }
138
139 // Token: 0x04000004 RID: 4
142 private static bool <muteState>k__BackingField;
143
144 // Token: 0x04000005 RID: 5
145 private static bool _stopAudioOutputOnMute;
146
147 // Token: 0x04000006 RID: 6
151 }
152 }
153}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
AudioConfigurationChangeHandler(object @object, IntPtr method)
static bool< muteState > k__BackingField
static Action< bool > OnMuteStateChanged
static bool InvokeIsStopAudioOutputOnMuteEnabled()
static void InvokeOnMuteStateChanged(bool mute)
static void InvokeOnAudioSystemStartedUp()
static bool StopAudioOutput()
static void InvokeOnAudioSystemShuttingDown()
static bool StartAudioOutput()
static AudioSettings.AudioConfigurationChangeHandler OnAudioConfigurationChanged
static Action OnAudioSystemStartedUp
static void InvokeOnAudioConfigurationChanged(bool deviceWasChanged)
static Action OnAudioSystemShuttingDown