Interface IAimpServicePlaybackQueue
Interface IAimpServicePlaybackQueue Implements the IAimpService
Inherited Members
Namespace: AIMP.SDK.Playback
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServicePlaybackQueue : IAimpService
Methods
GetNextTrack()
Gets the next track.
Declaration
AimpActionResult<IAimpPlaybackQueueItem> GetNextTrack()
GetPrevTrack()
Gets the previous track.
Declaration
AimpActionResult<IAimpPlaybackQueueItem> GetPrevTrack()