.TH "LIBMTP_playlist_struct" 3 "Thu Sep 11 2014" "Version 1.1.8" "libmtp" \" -*- nroff -*- .ad l .nh .SH NAME libmtp \- LIBMTP_playlist_struct .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 LIBMTP_Create_New_Playlist(), LIBMTP_destroy_playlist_t(), LIBMTP_Get_Playlist_List(), LIBMTP_Set_Playlist_Name(), and LIBMTP_Update_Playlist()\&. .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 LIBMTP_Get_Playlist_List()\&. .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 LIBMTP_Create_New_Playlist(), LIBMTP_Get_Playlist_List(), and LIBMTP_Update_Playlist()\&. .SS "uint32_t LIBMTP_playlist_struct::parent_id" ID of parent folder .PP \fBExamples: \fP .in +1c \fBplaylists\&.c\fP\&. .PP Referenced by LIBMTP_Create_New_Playlist(), and LIBMTP_Get_Playlist_List()\&. .SS "uint32_t LIBMTP_playlist_struct::playlist_id" Unique playlist ID .PP \fBExamples: \fP .in +1c \fBplaylists\&.c\fP\&. .PP Referenced by LIBMTP_Create_New_Playlist(), LIBMTP_Get_Playlist_List(), LIBMTP_new_playlist_t(), LIBMTP_Set_Playlist_Name(), and LIBMTP_Update_Playlist()\&. .SS "uint32_t LIBMTP_playlist_struct::storage_id" ID of storage holding this playlist .PP Referenced by LIBMTP_Create_New_Playlist(), and LIBMTP_Get_Playlist_List()\&. .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 LIBMTP_Create_New_Playlist(), LIBMTP_destroy_playlist_t(), LIBMTP_Get_Playlist_List(), and LIBMTP_Update_Playlist()\&. .SH "Author" .PP Generated automatically by Doxygen for libmtp from the source code\&.