final class ID3Info
package openfl.media
The ID3Info class contains properties that reflect ID3 metadata. You can get
additional metadata for MP3 files by accessing the id3
property of the Sound
class; for example, mySound.id3.TIME
. For more information, see the entry for
Sound.id3
and the ID3 tag definitions at http://www.id3.org.