.TH "LIBMTP_playlist_struct" 3 "Version 1.1.21" "libmtp" \" -*- nroff -*- .ad l .nh .SH NAME libmtp \- .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "uint32_t \fBplaylist_id\fP" .br .ti -1c .RI "uint32_t \fBparent_id\fP" .br .ti -1c .RI "uint32_t \fBstorage_id\fP" .br .ti -1c .RI "char * \fBname\fP" .br .ti -1c .RI "uint32_t * \fBtracks\fP" .br .ti -1c .RI "uint32_t \fBno_tracks\fP" .br .ti -1c .RI "\fBLIBMTP_playlist_t\fP * \fBnext\fP" .br .in -1c .SH "Detailed Description" .PP MTP Playlist structure .PP \fBExamples\fP .in +1c \fBgetplaylist\&.c\fP, and \fBplaylists\&.c\fP\&. .SH "Field Documentation" .PP .SS "char* LIBMTP_playlist_struct::name" Name of playlist .PP \fBExamples\fP .in +1c \fBplaylists\&.c\fP\&. .PP Referenced by \fBLIBMTP_Create_New_Playlist()\fP, \fBLIBMTP_destroy_playlist_t()\fP, \fBLIBMTP_Get_Playlist()\fP, \fBLIBMTP_Get_Playlist_List()\fP, \fBLIBMTP_Set_Playlist_Name()\fP, and \fBLIBMTP_Update_Playlist()\fP\&. .SS "\fBLIBMTP_playlist_t\fP* LIBMTP_playlist_struct::next" Next playlist or NULL if last playlist .PP \fBExamples\fP .in +1c \fBplaylists\&.c\fP\&. .PP Referenced by \fBLIBMTP_Get_Playlist_List()\fP\&. .SS "uint32_t LIBMTP_playlist_struct::no_tracks" The number of tracks in this playlist .PP \fBExamples\fP .in +1c \fBgetplaylist\&.c\fP, and \fBplaylists\&.c\fP\&. .PP Referenced by \fBLIBMTP_Create_New_Playlist()\fP, \fBLIBMTP_Get_Playlist()\fP, \fBLIBMTP_Get_Playlist_List()\fP, and \fBLIBMTP_Update_Playlist()\fP\&. .SS "uint32_t LIBMTP_playlist_struct::parent_id" ID of parent folder .PP \fBExamples\fP .in +1c \fBplaylists\&.c\fP\&. .PP Referenced by \fBLIBMTP_Create_New_Playlist()\fP, \fBLIBMTP_Get_Playlist()\fP, and \fBLIBMTP_Get_Playlist_List()\fP\&. .SS "uint32_t LIBMTP_playlist_struct::playlist_id" Unique playlist ID .PP \fBExamples\fP .in +1c \fBplaylists\&.c\fP\&. .PP Referenced by \fBLIBMTP_Create_New_Playlist()\fP, \fBLIBMTP_Get_Playlist()\fP, \fBLIBMTP_Get_Playlist_List()\fP, \fBLIBMTP_new_playlist_t()\fP, \fBLIBMTP_Set_Playlist_Name()\fP, and \fBLIBMTP_Update_Playlist()\fP\&. .SS "uint32_t LIBMTP_playlist_struct::storage_id" ID of storage holding this playlist .PP Referenced by \fBLIBMTP_Create_New_Playlist()\fP, \fBLIBMTP_Get_Playlist()\fP, and \fBLIBMTP_Get_Playlist_List()\fP\&. .SS "uint32_t* LIBMTP_playlist_struct::tracks" The tracks in this playlist .PP \fBExamples\fP .in +1c \fBgetplaylist\&.c\fP, and \fBplaylists\&.c\fP\&. .PP Referenced by \fBLIBMTP_Create_New_Playlist()\fP, \fBLIBMTP_destroy_playlist_t()\fP, \fBLIBMTP_Get_Playlist()\fP, \fBLIBMTP_Get_Playlist_List()\fP, and \fBLIBMTP_Update_Playlist()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libmtp from the source code\&.