libgroove  5.0.0
GroovePlaylist Struct Reference

Data Fields

struct GroovePlaylistItemhead
 read-only. More...
 
struct GroovePlaylistItemtail
 read-only. More...
 
double gain
 read-only. More...
 

Detailed Description

Field Documentation

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

Examples:
fingerprint.c, playlist.c, replaygain.c, and transcode.c.
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


The documentation for this struct was generated from the following file: