Class OggData

java.lang.Object
org.emrick.project.audio.OggData

public class OggData extends Object
  • Field Details

    • data

      public ByteBuffer data
      The data that has been read from the OGG file
    • rate

      public int rate
      The sampling rate
    • channels

      public int channels
      The number of channels in the sound file
  • Constructor Details

    • OggData

      public OggData()