audio_metadata_extractor library
Support for doing something awesome.
More dartdocs go here.
Classes
- AacMetadata
- A 'meta' atom contains atoms containing human-readable textual data with meta information regarding the file. These atoms are marked with 4 bytes of course but the first byte is a value of 0xA9. The remaining 3 characters can be: metaAtomName*** https://wiki.multimedia.cx/index.php/QuickTime_container#Meta_Data
- AtomsReader
- AudioMetadata
- FlacMetadata
- ID3Context
- ID3Metadata
- ID3Reader
Typedefs
-
Pair<
T1, T2> = ({T1 first, T2 second})