m
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Photon.Voice.Unity
|
||||
{
|
||||
// Token: 0x02000011 RID: 17
|
||||
[Token(Token = "0x2000011")]
|
||||
[Serializable]
|
||||
public class NativeAndroidMicrophoneSettings
|
||||
{
|
||||
// Token: 0x06000059 RID: 89 RVA: 0x00002069 File Offset: 0x00000269
|
||||
[Token(Token = "0x6000059")]
|
||||
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
||||
public NativeAndroidMicrophoneSettings()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000171 RID: 369
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000171")]
|
||||
public bool AcousticEchoCancellation;
|
||||
|
||||
// Token: 0x04000172 RID: 370
|
||||
[FieldOffset(Offset = "0x11")]
|
||||
[Token(Token = "0x4000172")]
|
||||
public bool AutomaticGainControl;
|
||||
|
||||
// Token: 0x04000173 RID: 371
|
||||
[FieldOffset(Offset = "0x12")]
|
||||
[Token(Token = "0x4000173")]
|
||||
public bool NoiseSuppression;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user