Class: Groove::GroovePlaylist
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Groove::GroovePlaylist
- Defined in:
- lib/groove/groove.rb
Overview
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 ::
(GroovePlaylistItem)
:gain ::
(Float) volume adjustment in float format which applies to all playlist items
and all sinks. defaults to 1.0.