Added audio player logic and tests.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public interface IAudioEngine
|
||||
{
|
||||
string[] SupportedFormats { get; }
|
||||
string Source { get; }
|
||||
string? Source { get; }
|
||||
TimeSpan Position { get; set; }
|
||||
TimeSpan Length { get; }
|
||||
float Volume { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user