Arlodotexe / strix-music

Combine any music sources into a single library. It's your music. Play it your way.
http://www.strixmusic.com
137 stars 4 forks source link

Implement PlaybackQueue in StrixDevice #116

Open Arlodotexe opened 2 years ago

Arlodotexe commented 2 years ago

Background

The StrixDevice is an IDevice which turns the information in a playback handler into a useable SDK device. This is largely used for controlling local audio playback.

There are 2 types of queues in the SDK:

The problem

While StrixDevice is mostly implemented, the PlaybackQueue isn't. That means the user can neither see the actual queue nor modify it when playback is local.

We need to: