namespace Ryujinx.Audio.Backends.SoundIo
{
    class SoundIoAudioBuffer
    {
        public ulong DriverIdentifier;
        public ulong SampleCount;
        public ulong SamplePlayed;
    }
}