LIBMTP_album_struct(3) | libmtp | LIBMTP_album_struct(3) |
libmtp -
#include <libmtp.h>
uint32_t album_id
uint32_t parent_id
uint32_t storage_id
char * name
char * artist
char * composer
char * genre
uint32_t * tracks
uint32_t no_tracks
LIBMTP_album_t * next
MTP Album structure
Examples
sendtr.c.
Unique playlist ID
Referenced by LIBMTP_new_album_t().
Name of album artist
Examples
sendtr.c.
Referenced by LIBMTP_destroy_album_t().
Name of recording composer
Examples
sendtr.c.
Referenced by LIBMTP_destroy_album_t().
Genre of album
Examples
sendtr.c.
Referenced by LIBMTP_destroy_album_t().
Name of album
Examples
sendtr.c.
Referenced by LIBMTP_destroy_album_t().
Next album or NULL if last album
Examples
sendtr.c.
The number of tracks in this album
Examples
sendtr.c.
ID of parent folder
Referenced by LIBMTP_Create_New_Album().
ID of storage holding this album
Examples
sendtr.c.
The tracks in this album
Examples
sendtr.c.
Referenced by LIBMTP_destroy_album_t().
Generated automatically by Doxygen for libmtp from the source code.
Fri Jul 22 2022 | Version 1.1.20 |