mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 11:11:42 +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;
|
|||
|
}
|
|||
|
}
|