|
libgroove
5.0.0
|
Data Fields | |
| struct GroovePlaylistItem * | head |
| read-only. More... | |
| struct GroovePlaylistItem * | tail |
| read-only. More... | |
| double | gain |
| read-only. More... | |
| double GroovePlaylist::gain |
read-only.
volume adjustment in float format which applies to all playlist items and all sinks. defaults to 1.0. Modify with groove_playlist_set_gain
| struct GroovePlaylistItem* GroovePlaylist::head |
read-only.
Head of the doubly linked list which is the playlist. See also groove_playlist_insert See also groove_playlist_remove
| struct GroovePlaylistItem* GroovePlaylist::tail |
read-only.
Tail of the doubly linked list which is the playlist. See also groove_playlist_insert See also groove_playlist_remove