Files
Jan2021-Cpp2Il-Dump/RecRoom.Streamingaudio.Runtime/RecRoom/StreamingAudio/StreamingAudio.cs
T
2026-04-08 23:40:05 +02:00

39 lines
988 B
C#

using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RecRoom.StreamingAudio
{
// Token: 0x02000005 RID: 5
[Token(Token = "0x2000005")]
[StructLayout(3)]
public static class StreamingAudio
{
// Token: 0x17000007 RID: 7
// (get) Token: 0x0600000E RID: 14 RVA: 0x00002080 File Offset: 0x00000280
[Token(Token = "0x17000007")]
public static bool IsSupported
{
[Token(Token = "0x600000E")]
[Address(RVA = "0xF88B10", Offset = "0xF87510", VA = "0x180F88B10")]
get
{
return default(bool);
}
}
// Token: 0x0600000F RID: 15 RVA: 0x00002096 File Offset: 0x00000296
[Token(Token = "0x600000F")]
[Address(RVA = "0xF88980", Offset = "0xF87380", VA = "0x180F88980")]
public static IReadOnlyList<IAudioOutputDevice> GetOutputDevices()
{
return null;
}
// Token: 0x04000003 RID: 3
[Token(Token = "0x4000003")]
private static IStreamingAudioImplementation implementation;
}
}