Ryujinx/src/Ryujinx.Audio.Backends.OpenAL/OpenALAudioBuffer.cs

10 lines
186 B
C#
Raw Normal View History

namespace Ryujinx.Audio.Backends.OpenAL
{
class OpenALAudioBuffer
{
public int BufferId;
public ulong DriverIdentifier;
public ulong SampleCount;
}
}