Lines Matching refs:MP4Tags

160 } MP4Tags;  typedef
172 const MP4Tags* MP4TagsAlloc( void );
185 bool MP4TagsFetch( const MP4Tags* tags, MP4FileHandle hFile );
199 bool MP4TagsStore( const MP4Tags* tags, MP4FileHandle hFile );
208 void MP4TagsFree( const MP4Tags* tags );
225 bool MP4TagsHasMetadata ( const MP4Tags* tags, bool *hasMetadata );
227 MP4V2_EXPORT bool MP4TagsSetName ( const MP4Tags*, const char* );
228 MP4V2_EXPORT bool MP4TagsSetArtist ( const MP4Tags*, const char* );
229 MP4V2_EXPORT bool MP4TagsSetAlbumArtist ( const MP4Tags*, const char* );
230 MP4V2_EXPORT bool MP4TagsSetAlbum ( const MP4Tags*, const char* );
231 MP4V2_EXPORT bool MP4TagsSetGrouping ( const MP4Tags*, const char* );
232 MP4V2_EXPORT bool MP4TagsSetComposer ( const MP4Tags*, const char* );
233 MP4V2_EXPORT bool MP4TagsSetComments ( const MP4Tags*, const char* );
234 MP4V2_EXPORT bool MP4TagsSetGenre ( const MP4Tags*, const char* );
235 MP4V2_EXPORT bool MP4TagsSetGenreType ( const MP4Tags*, const uint16_t* );
236 MP4V2_EXPORT bool MP4TagsSetReleaseDate ( const MP4Tags*, const char* );
237 MP4V2_EXPORT bool MP4TagsSetTrack ( const MP4Tags*, const MP4TagTrack* );
238 MP4V2_EXPORT bool MP4TagsSetDisk ( const MP4Tags*, const MP4TagDisk* );
239 MP4V2_EXPORT bool MP4TagsSetTempo ( const MP4Tags*, const uint16_t* );
240 MP4V2_EXPORT bool MP4TagsSetCompilation ( const MP4Tags*, const uint8_t* );
242 MP4V2_EXPORT bool MP4TagsSetTVShow ( const MP4Tags*, const char* );
243 MP4V2_EXPORT bool MP4TagsSetTVNetwork ( const MP4Tags*, const char* );
244 MP4V2_EXPORT bool MP4TagsSetTVEpisodeID ( const MP4Tags*, const char* );
245 MP4V2_EXPORT bool MP4TagsSetTVSeason ( const MP4Tags*, const uint32_t* );
246 MP4V2_EXPORT bool MP4TagsSetTVEpisode ( const MP4Tags*, const uint32_t* );
248 MP4V2_EXPORT bool MP4TagsSetDescription ( const MP4Tags*, const char* );
249 MP4V2_EXPORT bool MP4TagsSetLongDescription ( const MP4Tags*, const char* );
250 MP4V2_EXPORT bool MP4TagsSetLyrics ( const MP4Tags*, const char* );
252 MP4V2_EXPORT bool MP4TagsSetSortName ( const MP4Tags*, const char* );
253 MP4V2_EXPORT bool MP4TagsSetSortArtist ( const MP4Tags*, const char* );
254 MP4V2_EXPORT bool MP4TagsSetSortAlbumArtist ( const MP4Tags*, const char* );
255 MP4V2_EXPORT bool MP4TagsSetSortAlbum ( const MP4Tags*, const char* );
256 MP4V2_EXPORT bool MP4TagsSetSortComposer ( const MP4Tags*, const char* );
257 MP4V2_EXPORT bool MP4TagsSetSortTVShow ( const MP4Tags*, const char* );
259 MP4V2_EXPORT bool MP4TagsAddArtwork ( const MP4Tags*, MP4TagArtwork* );
260 MP4V2_EXPORT bool MP4TagsSetArtwork ( const MP4Tags*, uint32_t, MP4TagArtwork* );
261 MP4V2_EXPORT bool MP4TagsRemoveArtwork ( const MP4Tags*, uint32_t );
263 MP4V2_EXPORT bool MP4TagsSetCopyright ( const MP4Tags*, const char* );
264 MP4V2_EXPORT bool MP4TagsSetEncodingTool ( const MP4Tags*, const char* );
265 MP4V2_EXPORT bool MP4TagsSetEncodedBy ( const MP4Tags*, const char* );
266 MP4V2_EXPORT bool MP4TagsSetPurchaseDate ( const MP4Tags*, const char* );
268 MP4V2_EXPORT bool MP4TagsSetPodcast ( const MP4Tags*, const uint8_t* );
269 MP4V2_EXPORT bool MP4TagsSetKeywords ( const MP4Tags*, const char* );
270 MP4V2_EXPORT bool MP4TagsSetCategory ( const MP4Tags*, const char* );
272 MP4V2_EXPORT bool MP4TagsSetHDVideo ( const MP4Tags*, const uint8_t* );
273 MP4V2_EXPORT bool MP4TagsSetMediaType ( const MP4Tags*, const uint8_t* );
274 MP4V2_EXPORT bool MP4TagsSetContentRating ( const MP4Tags*, const uint8_t* );
275 MP4V2_EXPORT bool MP4TagsSetGapless ( const MP4Tags*, const uint8_t* );
277 MP4V2_EXPORT bool MP4TagsSetITunesAccount ( const MP4Tags*, const char* );
278 MP4V2_EXPORT bool MP4TagsSetITunesAccountType ( const MP4Tags*, const uint8_t* );
279 MP4V2_EXPORT bool MP4TagsSetITunesCountry ( const MP4Tags*, const uint32_t* );
280 MP4V2_EXPORT bool MP4TagsSetContentID ( const MP4Tags*, const uint32_t* );
281 MP4V2_EXPORT bool MP4TagsSetArtistID ( const MP4Tags*, const uint32_t* );
282 MP4V2_EXPORT bool MP4TagsSetPlaylistID ( const MP4Tags*, const uint64_t* );
283 MP4V2_EXPORT bool MP4TagsSetGenreID ( const MP4Tags*, const uint32_t* );
284 MP4V2_EXPORT bool MP4TagsSetComposerID ( const MP4Tags*, const uint32_t* );
285 MP4V2_EXPORT bool MP4TagsSetXID ( const MP4Tags*, const char* );