class Groove::GroovePlaylist
A GroovePlaylist
is a doubly linked list. Use these fields to traverse the list.
Fields:¶ ↑
- :head
-
(
GroovePlaylistItem
) all fields are read-only. modify using methods below. doubly linked list which is the playlist - :tail
- :gain
-
(Float) volume adjustment in float format which applies to all playlist items and all sinks. defaults to 1.0.