Home
last modified time | relevance | path

Searched refs:MP4Tags (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/mp4v2/mp4v2-2.0.0/include/mp4v2/
H A Ditmf_tags.h160 } 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* );
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/include/mp4v2/
H A Ditmf_tags.h160 } 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* );
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/include/mp4v2/
H A Ditmf_tags.h160 } 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* );
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/include/mp4v2/
H A Ditmf_tags.h160 } 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* );
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/include/mp4v2/
H A Ditmf_tags.h160 } 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* );
[all …]
/dports/multimedia/mp4v2/mp4v2-2.0.0/src/
H A Dcmeta.cpp42 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsAddArtwork()
103 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFree()
130 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFetch()
171 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsRemoveArtwork()
252 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetName()
276 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetArtist()
300 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbumArtist()
324 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbum()
348 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetGrouping()
372 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetComposer()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Dcmeta.cpp42 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsAddArtwork()
103 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFree()
130 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFetch()
171 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsRemoveArtwork()
252 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetName()
276 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetArtist()
300 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbumArtist()
324 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbum()
348 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetGrouping()
372 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetComposer()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Dcmeta.cpp42 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsAddArtwork()
103 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFree()
130 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFetch()
171 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsRemoveArtwork()
252 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetName()
276 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetArtist()
300 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbumArtist()
324 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbum()
348 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetGrouping()
372 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetComposer()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Dcmeta.cpp42 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsAddArtwork()
103 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFree()
130 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFetch()
171 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsRemoveArtwork()
252 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetName()
276 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetArtist()
300 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbumArtist()
324 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbum()
348 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetGrouping()
372 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetComposer()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Dcmeta.cpp42 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsAddArtwork()
103 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFree()
130 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsFetch()
171 MP4Tags* c = const_cast<MP4Tags*>(tags); in MP4TagsRemoveArtwork()
252 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetName()
276 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetArtist()
300 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbumArtist()
324 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetAlbum()
348 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetGrouping()
372 MP4Tags& c = *const_cast<MP4Tags*>(m); in MP4TagsSetComposer()
[all …]
/dports/multimedia/mp4v2/mp4v2-2.0.0/src/itmf/
H A DTags.h158 void c_alloc ( MP4Tags*& );
159 void c_fetch ( MP4Tags*&, MP4FileHandle );
160 void c_store ( MP4Tags*&, MP4FileHandle );
161 void c_free ( MP4Tags*& );
163 void c_addArtwork ( MP4Tags*&, MP4TagArtwork& );
164 void c_setArtwork ( MP4Tags*&, uint32_t, MP4TagArtwork& );
165 void c_removeArtwork ( MP4Tags*&, uint32_t );
203 void updateArtworkShadow( MP4Tags*& );
H A DTags.cpp47 Tags::c_addArtwork( MP4Tags*& tags, MP4TagArtwork& c_artwork ) in c_addArtwork()
57 Tags::c_alloc( MP4Tags*& tags ) in c_alloc()
59 tags = new MP4Tags(); in c_alloc()
67 Tags::c_fetch( MP4Tags*& tags, MP4FileHandle hFile ) in c_fetch()
69 MP4Tags& c = *tags; in c_fetch()
162 Tags::c_free( MP4Tags*& tags ) in c_free()
164 MP4Tags* c = const_cast<MP4Tags*>(tags); in c_free()
175 Tags::c_removeArtwork( MP4Tags*& tags, uint32_t index ) in c_removeArtwork()
337 Tags::c_store( MP4Tags*& tags, MP4FileHandle hFile ) in c_store()
339 MP4Tags& c = *tags; in c_store()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/itmf/
H A DTags.h158 void c_alloc ( MP4Tags*& );
159 void c_fetch ( MP4Tags*&, MP4FileHandle );
160 void c_store ( MP4Tags*&, MP4FileHandle );
161 void c_free ( MP4Tags*& );
163 void c_addArtwork ( MP4Tags*&, MP4TagArtwork& );
164 void c_setArtwork ( MP4Tags*&, uint32_t, MP4TagArtwork& );
165 void c_removeArtwork ( MP4Tags*&, uint32_t );
203 void updateArtworkShadow( MP4Tags*& );
H A DTags.cpp47 Tags::c_addArtwork( MP4Tags*& tags, MP4TagArtwork& c_artwork ) in c_addArtwork()
57 Tags::c_alloc( MP4Tags*& tags ) in c_alloc()
59 tags = new MP4Tags(); in c_alloc()
67 Tags::c_fetch( MP4Tags*& tags, MP4FileHandle hFile ) in c_fetch()
69 MP4Tags& c = *tags; in c_fetch()
162 Tags::c_free( MP4Tags*& tags ) in c_free()
164 MP4Tags* c = const_cast<MP4Tags*>(tags); in c_free()
175 Tags::c_removeArtwork( MP4Tags*& tags, uint32_t index ) in c_removeArtwork()
337 Tags::c_store( MP4Tags*& tags, MP4FileHandle hFile ) in c_store()
339 MP4Tags& c = *tags; in c_store()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/itmf/
H A DTags.h158 void c_alloc ( MP4Tags*& );
159 void c_fetch ( MP4Tags*&, MP4FileHandle );
160 void c_store ( MP4Tags*&, MP4FileHandle );
161 void c_free ( MP4Tags*& );
163 void c_addArtwork ( MP4Tags*&, MP4TagArtwork& );
164 void c_setArtwork ( MP4Tags*&, uint32_t, MP4TagArtwork& );
165 void c_removeArtwork ( MP4Tags*&, uint32_t );
203 void updateArtworkShadow( MP4Tags*& );
H A DTags.cpp47 Tags::c_addArtwork( MP4Tags*& tags, MP4TagArtwork& c_artwork ) in c_addArtwork()
57 Tags::c_alloc( MP4Tags*& tags ) in c_alloc()
59 tags = new MP4Tags(); in c_alloc()
67 Tags::c_fetch( MP4Tags*& tags, MP4FileHandle hFile ) in c_fetch()
69 MP4Tags& c = *tags; in c_fetch()
162 Tags::c_free( MP4Tags*& tags ) in c_free()
164 MP4Tags* c = const_cast<MP4Tags*>(tags); in c_free()
175 Tags::c_removeArtwork( MP4Tags*& tags, uint32_t index ) in c_removeArtwork()
337 Tags::c_store( MP4Tags*& tags, MP4FileHandle hFile ) in c_store()
339 MP4Tags& c = *tags; in c_store()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/itmf/
H A DTags.h158 void c_alloc ( MP4Tags*& );
159 void c_fetch ( MP4Tags*&, MP4FileHandle );
160 void c_store ( MP4Tags*&, MP4FileHandle );
161 void c_free ( MP4Tags*& );
163 void c_addArtwork ( MP4Tags*&, MP4TagArtwork& );
164 void c_setArtwork ( MP4Tags*&, uint32_t, MP4TagArtwork& );
165 void c_removeArtwork ( MP4Tags*&, uint32_t );
203 void updateArtworkShadow( MP4Tags*& );
H A DTags.cpp47 Tags::c_addArtwork( MP4Tags*& tags, MP4TagArtwork& c_artwork ) in c_addArtwork()
57 Tags::c_alloc( MP4Tags*& tags ) in c_alloc()
59 tags = new MP4Tags(); in c_alloc()
67 Tags::c_fetch( MP4Tags*& tags, MP4FileHandle hFile ) in c_fetch()
69 MP4Tags& c = *tags; in c_fetch()
162 Tags::c_free( MP4Tags*& tags ) in c_free()
164 MP4Tags* c = const_cast<MP4Tags*>(tags); in c_free()
175 Tags::c_removeArtwork( MP4Tags*& tags, uint32_t index ) in c_removeArtwork()
337 Tags::c_store( MP4Tags*& tags, MP4FileHandle hFile ) in c_store()
339 MP4Tags& c = *tags; in c_store()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/itmf/
H A DTags.h158 void c_alloc ( MP4Tags*& );
159 void c_fetch ( MP4Tags*&, MP4FileHandle );
160 void c_store ( MP4Tags*&, MP4FileHandle );
161 void c_free ( MP4Tags*& );
163 void c_addArtwork ( MP4Tags*&, MP4TagArtwork& );
164 void c_setArtwork ( MP4Tags*&, uint32_t, MP4TagArtwork& );
165 void c_removeArtwork ( MP4Tags*&, uint32_t );
203 void updateArtworkShadow( MP4Tags*& );
H A DTags.cpp47 Tags::c_addArtwork( MP4Tags*& tags, MP4TagArtwork& c_artwork ) in c_addArtwork()
57 Tags::c_alloc( MP4Tags*& tags ) in c_alloc()
59 tags = new MP4Tags(); in c_alloc()
67 Tags::c_fetch( MP4Tags*& tags, MP4FileHandle hFile ) in c_fetch()
69 MP4Tags& c = *tags; in c_fetch()
162 Tags::c_free( MP4Tags*& tags ) in c_free()
164 MP4Tags* c = const_cast<MP4Tags*>(tags); in c_free()
175 Tags::c_removeArtwork( MP4Tags*& tags, uint32_t index ) in c_removeArtwork()
337 Tags::c_store( MP4Tags*& tags, MP4FileHandle hFile ) in c_store()
339 MP4Tags& c = *tags; in c_store()
[all …]
/dports/audio/py-mutagen/mutagen-1.42.0/docs/api/
H A Dmp4.rst12 :exclude-members: MP4Tags
14 .. autoclass:: mutagen.mp4.MP4Tags
40 :exclude-members: MP4Tags
/dports/audio/picard/picard-release-2.6.2/test/formats/
H A Dtest_mp4.py66 tags = mutagen.mp4.MP4Tags()
84 tags = mutagen.mp4.MP4Tags()
154 tags = mutagen.mp4.MP4Tags()
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest_mp4.py177 return MP4Tags(Atoms(fileobj), fileobj)
265 MP4Tags()._MP4Tags__render_bool('pgap', True),
270 MP4Tags()._MP4Tags__render_bool('pgap', False),
276 render_int = MP4Tags()._MP4Tags__render_integer
288 MP4Tags()._MP4Tags__render_text(
294 MP4Tags()._MP4Tags__render_text(
300 MP4Tags()._MP4Tags__render_text(
433 tags = MP4Tags()
454 data = MP4Tags()._MP4Tags__render_freeform(key, v)
458 data = MP4Tags()._MP4Tags__render_freeform(key, value)
[all …]
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/
H A Deasymp4.py11 from mutagen.mp4 import MP4, MP4Tags, error, delete
41 self.__mp4 = MP4Tags(*args, **kwargs)
286 MP4Tags = EasyMP4Tags variable in EasyMP4
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/mp4/
H A D__init__.py257 class MP4Tags(DictProxy, Tags): class
341 super(MP4Tags, self).__init__()
376 super(MP4Tags, self).__setitem__(key, value)
1046 MP4Tags = MP4Tags variable in MP4
1069 if not MP4Tags._can_load(atoms):
1073 self.tags = self.MP4Tags(atoms, fileobj)
1093 self.tags = self.MP4Tags()

12