Initial commit
This commit is contained in:
11
TechMedia.Backend.WinAudio/WinAudioBackend.cs
Normal file
11
TechMedia.Backend.WinAudio/WinAudioBackend.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using TechMedia.Core.Backend;
|
||||
|
||||
namespace TechMedia.Backend.WinAudio;
|
||||
|
||||
public class WinAudioBackend : IAudioBackend
|
||||
{
|
||||
public void PlayFile(string filename)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user