Move solution and projects to src
This commit is contained in:
parent
cd124bda58
commit
cee7121058
3466 changed files with 55 additions and 55 deletions
|
@ -1,28 +0,0 @@
|
|||
using Ryujinx.Audio.Common;
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Audio.Integration
|
||||
{
|
||||
public interface IHardwareDeviceSession : IDisposable
|
||||
{
|
||||
bool RegisterBuffer(AudioBuffer buffer);
|
||||
|
||||
void UnregisterBuffer(AudioBuffer buffer);
|
||||
|
||||
void QueueBuffer(AudioBuffer buffer);
|
||||
|
||||
bool WasBufferFullyConsumed(AudioBuffer buffer);
|
||||
|
||||
void SetVolume(float volume);
|
||||
|
||||
float GetVolume();
|
||||
|
||||
ulong GetPlayedSampleCount();
|
||||
|
||||
void Start();
|
||||
|
||||
void Stop();
|
||||
|
||||
void PrepareToClose();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue