/ src / Ryujinx.Audio.Backends.OpenAL / OpenALAudioBuffer.cs
OpenALAudioBuffer.cs
1  namespace Ryujinx.Audio.Backends.OpenAL
2  {
3      class OpenALAudioBuffer
4      {
5          public int BufferId;
6          public ulong DriverIdentifier;
7          public ulong SampleCount;
8      }
9  }