LIBMTP_album_struct

NAME

LIBMTP_album_struct -

SYNOPSIS


#include <libmtp.h>

Data Fields

uint32_t album_id
char * name
char * artist
char * genre
uint32_t * tracks
uint32_t no_tracks
LIBMTP_album_t * next

Detailed Description

MTP Album structure

Field Documentation

uint32_t LIBMTP_album_struct::album_id

Unique playlist ID

char* LIBMTP_album_struct::name

Name of album

char* LIBMTP_album_struct::artist

Name of album artist

char* LIBMTP_album_struct::genre

Genre of album

uint32_t* LIBMTP_album_struct::tracks

The tracks in this album

uint32_t LIBMTP_album_struct::no_tracks

The number of tracks in this album

LIBMTP_album_t* LIBMTP_album_struct::next

Next album or NULL if last album

Author

Generated automatically by Doxygen for libmtp from the source code.