ID3TagContentReader
Class that “makes your life easier” when it comes to read data from the ID3 tag.
Create an instance of this class by passing to it a ID3Tag
instance
(obtained from the read methods of ID3TagEditor
).
In this way you will now have access to all the data contained in the ID3 tag by using the methods of this class.
-
Init the ID3TagContentReader.
-
Read the title frame content.
-
Read the album frame content.
-
Read the album artist frame content.
-
Read the artist frame content.
-
Read the composer frame content.
-
Read the conductor frame content.
-
Read the content grouping frame content.
-
Read the copyright frame content.
-
Read the encoded by frame content.
-
Read the encoder settings frame content.
-
Read the lyricist frame content.
-
Read the mix artist frame content.
-
Read the publisher frame content.
-
Read the subtitle frame content.
-
Read the beats per minute frame content.
-
Read the original filename frame content.
-
Read the lenght in milliseconds frame content.
-
Read the size in bytes frame content.
-
Read the genre frame content.
-
Read the disc position frame content.
-
Read the track position frame content.
-
Read the recording day month frame content.
-
Read the recording year frame content.
-
Read the recording hour minute frame content.
-
Read the recording date time frame content.
-
Read the attached pictues frames content.
-
Read the unsynchronized lyrics frames content.
-
Read the comment frames content.
-
Read the file owner frame content.
-
Read the itunes grouping frame content.
-
Read the itunes movement name frame content.
-
Read the itunes movement index frame content.
-
Read the itunes movement count frame content.
-
Read the itunes podcast category frame content.
-
Read the itunes podcast description frame content.
-
Read the itunes podcast id frame content.
-
Read the itunes podcast keywords frame content.