Added tracking/capturing/restoration of audio playback state and position.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
namespace Harmonia.WinUI.Session;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Harmonia.WinUI.Session;
|
||||
|
||||
public interface ISessionRestorer
|
||||
{
|
||||
void Restore();
|
||||
Task RestoreAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user