Interface IAimpPlaybackQueueItem
Interface IAimpPlaybackQueueItem
Namespace: AIMP.SDK.Playback
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpPlaybackQueueItem
Properties
PlaylistItem
Gets or sets the playlist item.
Declaration
IAimpPlaylistItem PlaylistItem { get; set; }
UserData
Gets or sets the user data.
Declaration
object UserData { get; set; }