SoundIoAudioBuffer.cs 197 B

123456789
  1. namespace Ryujinx.Audio.Backends.SoundIo
  2. {
  3. class SoundIoAudioBuffer
  4. {
  5. public ulong DriverIdentifier;
  6. public ulong SampleCount;
  7. public ulong SamplePlayed;
  8. }
  9. }