Uses of Class
org.tritonus.lowlevel.ogg.Packet

Packages that use Packet
org.tritonus.lowlevel.ogg Access to the native ogg library. 
org.tritonus.lowlevel.vorbis Access to the native vorbis library. 
 

Uses of Packet in org.tritonus.lowlevel.ogg
 

Methods in org.tritonus.lowlevel.ogg with parameters of type Packet
 int StreamState.packetIn(Packet packet)
          Calls ogg_stream_packetin().
 int StreamState.packetOut(Packet packet)
          Calls ogg_stream_packetout().
 int StreamState.packetPeek(Packet packet)
          Calls ogg_stream_packetpeek().
 

Uses of Packet in org.tritonus.lowlevel.vorbis
 

Methods in org.tritonus.lowlevel.vorbis with parameters of type Packet
 int DspState.headerOut(Comment comment, Packet packet, Packet commentPacket, Packet codePacket)
          Calls vorbis_analysis_headerout().
 int DspState.flushPacket(Packet packet)
          Calls vorbis_bitrate_flushpacket().
 int Block.analysis(Packet packet)
          Calls vorbis_analysis().
 int Block.synthesis(Packet packet)
          Calls vorbis_synthesis().
 int Info.headerIn(Comment comment, Packet packet)
          Calls vorbis_synthesis_headerin().