Lines Matching full:tracks
164 uint32_t const * const tracks,
173 uint32_t const * const tracks,
2226 // retrieve metadata for files and tracks will make sure that the
4418 * This returns a long list of all tracks available on the current MTP device.
4419 * Tracks include multimedia objects, both music tracks and video tracks.
4437 * arrange tracks into folders, you must dereference the <code>storage_id</code>
4451 * @return a list of tracks that can be followed using the <code>next</code>
4565 * <code>LIBMTP_Get_Tracklisting()</code> and cache the tracks, preferably
6845 new->tracks = NULL;
6865 if (playlist->tracks != NULL)
6866 free(playlist->tracks);
6930 ret = ptp_mtp_getobjectreferences(params, pl->playlist_id, &pl->tracks, &pl->no_tracks);
6934 pl->tracks = NULL;
7005 ret = ptp_mtp_getobjectreferences(params, pl->playlist_id, &pl->tracks, &pl->no_tracks);
7008 pl->tracks = NULL;
7031 * @param tracks an array of tracks to associate with this list.
7032 * @param no_tracks the number of tracks in the list.
7045 uint32_t const * const tracks,
7330 // Add tracks to the list as object references.
7331 ret = ptp_mtp_setobjectreferences (params, *newid, (uint32_t *) tracks, no_tracks);
7333 add_ptp_error_to_errorstack(device, ret, "create_new_abstract_list(): could not add tracks as object references.");
7353 * @param tracks an array of tracks to associate with this list.
7354 * @param no_tracks the number of tracks in the list.
7364 uint32_t const * const tracks,
7539 ret = ptp_mtp_setobjectreferences (params, objecthandle, (uint32_t *) tracks, no_tracks);
7541 add_ptp_error_to_errorstack(device, ret, "update_abstract_list(): could not add tracks as object references.");
7556 * supplied. If the <code>tracks</code> field of the metadata
7557 * contains a track listing, these tracks will be added to the
7611 metadata->tracks,
7617 * supplied. If the <code>tracks</code> field of the metadata
7618 * contains a track listing, these tracks will be added to the
7649 metadata->tracks,
7676 new->tracks = NULL;
7701 if (album->tracks != NULL)
7702 free(album->tracks);
7856 ret = ptp_mtp_getobjectreferences(params, alb->album_id, &alb->tracks, &alb->no_tracks);
7859 alb->tracks = NULL;
7912 ret = ptp_mtp_getobjectreferences(params, alb->album_id, &alb->tracks, &alb->no_tracks);
7915 alb->tracks = NULL;
7924 * supplied. If the <code>tracks</code> field of the metadata
7925 * contains a track listing, these tracks will be added to the
7973 metadata->tracks,
8335 * supplied. If the <code>tracks</code> field of the metadata
8336 * contains a track listing, these tracks will be added to the
8357 metadata->tracks,