mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-22 17:10:19 +00:00
10 lines
197 B
C#
10 lines
197 B
C#
|
namespace Ryujinx.Audio.Backends.SoundIo
|
|||
|
{
|
|||
|
class SoundIoAudioBuffer
|
|||
|
{
|
|||
|
public ulong DriverIdentifier;
|
|||
|
public ulong SampleCount;
|
|||
|
public ulong SamplePlayed;
|
|||
|
}
|
|||
|
}
|