Package | Description |
---|---|
org.gagravarr.flac | |
org.gagravarr.ogg | |
org.gagravarr.vorbis | |
org.gagravarr.vorbis.tools |
Modifier and Type | Method and Description |
---|---|
OggPacket |
FlacFirstOggPacket.write() |
Modifier and Type | Method and Description |
---|---|
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?
|
Constructor and Description |
---|
FlacFirstOggPacket(OggPacket oggPacket) |
FlacTags(OggPacket packet) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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() . |
Constructor and Description |
---|
HighLevelOggStreamPacket(OggPacket oggPacket) |
Modifier and Type | Method and Description |
---|---|
OggPacket |
VorbisComments.write() |
OggPacket |
VorbisInfo.write() |
Modifier and Type | Method and Description |
---|---|
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?
|
Constructor and Description |
---|
VorbisAudioData(OggPacket pkt) |
VorbisComments(OggPacket pkt) |
VorbisInfo(OggPacket pkt) |
VorbisPacket(OggPacket oggPacket) |
VorbisSetup(OggPacket pkt) |
Modifier and Type | Method and Description |
---|---|
OggPacket |
VorbisInfoTool.InfoPacketReader.getNextPacket() |
OggPacket |
VorbisInfoTool.InfoPacketReader.getNextPacketWithSid(int sid) |
Copyright © 2015. All rights reserved.