oh dear
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace SA.iOS.AVFoundation
|
||||
{
|
||||
// Token: 0x02000144 RID: 324
|
||||
[Token(Token = "0x2000114")]
|
||||
public static class ISN_AVCaptureDevice
|
||||
{
|
||||
// Token: 0x060005E6 RID: 1510 RVA: 0x00003240 File Offset: 0x00001440
|
||||
[Token(Token = "0x600055E")]
|
||||
[Address(RVA = "0x2A38E50", Offset = "0x2A37C50", VA = "0x182A38E50")]
|
||||
public static ISN_AVAuthorizationStatus GetAuthorizationStatus(ISN_AVMediaType type)
|
||||
{
|
||||
return ISN_AVAuthorizationStatus.NotDetermined;
|
||||
}
|
||||
|
||||
// Token: 0x060005E7 RID: 1511 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600055F")]
|
||||
[Address(RVA = "0x2A38EC0", Offset = "0x2A37CC0", VA = "0x182A38EC0")]
|
||||
public static void RequestAccess(ISN_AVMediaType type, Action<ISN_AVAuthorizationStatus> callback)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user