libmpd 11.8.17
_mpd_Song Struct Reference

#include <libmpdclient.h>

Data Fields

char * file
 
char * artist
 
char * title
 
char * album
 
char * track
 
char * name
 
char * date
 
char * genre
 
char * composer
 
char * performer
 
char * disc
 
char * comment
 
char * albumartist
 
int time
 
int pos
 
int id
 

Detailed Description

Examples
testcase.c.

Definition at line 267 of file libmpdclient.h.

Field Documentation

◆ album

char* _mpd_Song::album

Definition at line 275 of file libmpdclient.h.

◆ albumartist

char* _mpd_Song::albumartist

Definition at line 297 of file libmpdclient.h.

◆ artist

char* _mpd_Song::artist
Examples
testcase.c.

Definition at line 271 of file libmpdclient.h.

◆ comment

char* _mpd_Song::comment

Definition at line 294 of file libmpdclient.h.

◆ composer

char* _mpd_Song::composer

Definition at line 288 of file libmpdclient.h.

◆ date

char* _mpd_Song::date

Definition at line 282 of file libmpdclient.h.

◆ disc

char* _mpd_Song::disc

Definition at line 292 of file libmpdclient.h.

◆ file

char* _mpd_Song::file

Definition at line 269 of file libmpdclient.h.

◆ genre

char* _mpd_Song::genre

Definition at line 286 of file libmpdclient.h.

◆ id

int _mpd_Song::id
Examples
testcase.c.

Definition at line 304 of file libmpdclient.h.

◆ name

char* _mpd_Song::name

Definition at line 280 of file libmpdclient.h.

◆ performer

char* _mpd_Song::performer

Definition at line 290 of file libmpdclient.h.

◆ pos

int _mpd_Song::pos

Definition at line 302 of file libmpdclient.h.

◆ time

int _mpd_Song::time

Definition at line 299 of file libmpdclient.h.

◆ title

char* _mpd_Song::title
Examples
testcase.c.

Definition at line 273 of file libmpdclient.h.

◆ track

char* _mpd_Song::track

Definition at line 277 of file libmpdclient.h.


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

Copyright 2006 Qball Cow