Class Mp3Reader


  • public class Mp3Reader
    extends java.lang.Object
    Sources: http://id3.org/mp3Frame https://www.loc.gov/preservation/digital/formats/fdd/fdd000105.shtml
    • Constructor Summary

      Constructors 
      Constructor Description
      Mp3Reader()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void extract​(java.io.InputStream inputStream, Metadata metadata)  
      private static int setBitrate​(int bitrate, int layer, int id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Mp3Reader

        public Mp3Reader()
    • Method Detail

      • extract

        public void extract​(java.io.InputStream inputStream,
                            Metadata metadata)
      • setBitrate

        private static int setBitrate​(int bitrate,
                                      int layer,
                                      int id)