See commit description for changes
Added PageContainer to dynamically load pages within the main content. Added player component to control music playback(Half functional). Added playback changed event not the player service.
This commit is contained in:
9
Aurora/Backend/Services/PlayerService/PlaybackState.cs
Normal file
9
Aurora/Backend/Services/PlayerService/PlaybackState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
public enum PlaybackState
|
||||
{
|
||||
Playing,
|
||||
Stopped,
|
||||
Buffering,
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user