Refactor Audio Plaback layers for simplification and improved maintenance
This commit is contained in:
@@ -22,6 +22,7 @@ public interface IPlayerService
|
||||
event Events.EventAsync OnTrackSelected;
|
||||
|
||||
// Control methods
|
||||
Task InitializeAsync();
|
||||
Task SelectTrack(TrackEntity track);
|
||||
Task Stop();
|
||||
Task Unload();
|
||||
|
||||
Reference in New Issue
Block a user