Class Info

java.lang.Object
com.jcraft.jorbis.Info

public class Info
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int channels  
    int rate  
    int version  
  • Constructor Summary

    Constructors
    Constructor Description
    Info()  
  • Method Summary

    Modifier and Type Method Description
    int blocksize​(Packet packet)  
    void clear()  
    void init()  
    int synthesis_headerin​(Comment comment, Packet packet)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • channels

      public int channels
    • rate

      public int rate
    • version

      public int version
  • Constructor Details

    • Info

      public Info()
  • Method Details

    • blocksize

      public int blocksize​(Packet packet)
    • clear

      public void clear()
    • init

      public void init()
    • synthesis_headerin

      public int synthesis_headerin​(Comment comment, Packet packet)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object