aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Backends.SoundIo/SoundIoAudioBuffer.cs
blob: b43143d662fdebc2e51b6705ab8731b4ff028b8e (plain)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.Audio.Backends.SoundIo
{
    class SoundIoAudioBuffer
    {
        public ulong DriverIdentifier;
        public ulong SampleCount;
        public ulong SamplePlayed;
    }
}