|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OggPacket | |
---|---|
org.gagravarr.flac | |
org.gagravarr.ogg | |
org.gagravarr.vorbis | |
org.gagravarr.vorbis.tools |
Uses of OggPacket in org.gagravarr.flac |
---|
Methods in org.gagravarr.flac that return OggPacket | |
---|---|
OggPacket |
FlacFirstOggPacket.write()
|
Methods in org.gagravarr.flac with parameters of type OggPacket | |
---|---|
static boolean |
FlacFirstOggPacket.isFlacStream(OggPacket firstPacket)
Does this packet (the first in the stream) contain the magic string indicating that it's a FLAC one? |
Constructors in org.gagravarr.flac with parameters of type OggPacket | |
---|---|
FlacFirstOggPacket(OggPacket oggPacket)
|
|
FlacTags(OggPacket packet)
|
Uses of OggPacket in org.gagravarr.ogg |
---|
Methods in org.gagravarr.ogg that return OggPacket | |
---|---|
OggPacket |
OggPacketReader.getNextPacket()
Returns the next packet in the file, or null if no more packets remain. |
OggPacket |
OggPacketReader.getNextPacketWithSid(int sid)
Returns the next packet with the given SID (Stream ID), or null if no more packets remain. |
protected OggPacket |
HighLevelOggStreamPacket.getOggPacket()
|
OggPacket |
HighLevelOggStreamPacket.write()
|
Methods in org.gagravarr.ogg with parameters of type OggPacket | |
---|---|
protected int |
OggPage.addPacket(OggPacket packet,
int offset)
Adds as much of the packet's data as we can do. |
void |
OggPacketWriter.bufferPacket(OggPacket packet)
Buffers the given packet up ready for writing to the stream, but doesn't write it to disk yet. |
void |
OggPacketWriter.bufferPacket(OggPacket packet,
boolean flush)
Buffers the given packet up ready for writing to the file, and then writes it to the stream if indicated. |
void |
OggStreamReader.processPacket(OggPacket packet)
|
void |
OggPacketReader.unreadPacket(OggPacket packet)
Un-reads a packet, leaving it ready to be feteched by the next call to OggPacketReader.getNextPacket() . |
Constructors in org.gagravarr.ogg with parameters of type OggPacket | |
---|---|
HighLevelOggStreamPacket(OggPacket oggPacket)
|
Uses of OggPacket in org.gagravarr.vorbis |
---|
Methods in org.gagravarr.vorbis that return OggPacket | |
---|---|
OggPacket |
VorbisInfo.write()
|
OggPacket |
VorbisComments.write()
|
Methods in org.gagravarr.vorbis with parameters of type OggPacket | |
---|---|
static VorbisPacket |
VorbisPacket.create(OggPacket packet)
Creates the appropriate VorbisPacket
instance based on the type. |
static boolean |
VorbisPacket.isVorbisStream(OggPacket firstPacket)
Does this packet (the first in the stream) contain the magic string indicating that it's a vorbis one? |
Constructors in org.gagravarr.vorbis with parameters of type OggPacket | |
---|---|
VorbisAudioData(OggPacket pkt)
|
|
VorbisComments(OggPacket pkt)
|
|
VorbisInfo(OggPacket pkt)
|
|
VorbisPacket(OggPacket oggPacket)
|
|
VorbisSetup(OggPacket pkt)
|
Uses of OggPacket in org.gagravarr.vorbis.tools |
---|
Methods in org.gagravarr.vorbis.tools that return OggPacket | |
---|---|
OggPacket |
VorbisInfoTool.InfoPacketReader.getNextPacket()
|
OggPacket |
VorbisInfoTool.InfoPacketReader.getNextPacketWithSid(int sid)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |