Modifier and Type | Method and Description |
---|---|
OggPacket |
FlacOggInfo.write()
Data writing passes through to the parent packet
|
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() |
OggPacket |
OggStreamPacket.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.
|
static OggStreamIdentifier.OggStreamType |
OggStreamIdentifier.identifyType(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isAnnodex2Stream(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isCMMLStream(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isDaalaStream(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isDiracStream(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isKateStream(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isOggOGMStream(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isOggPCMStream(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isOggRGBStream(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isOggUVSStream(OggPacket p) |
protected static boolean |
OggStreamIdentifier.isOggYUVStream(OggPacket p) |
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) |
OggStreamAudioData(OggPacket pkt) |
OggStreamAudioVisualData(OggPacket pkt) |
OggStreamVideoData(OggPacket pkt) |
Modifier and Type | Method and Description |
---|---|
static OggAudioStreamHeaders |
OggAudioStreamHeaders.create(OggPacket firstPacket)
Identifies the type, and returns a partially filled
OggAudioHeaders for the new stream |
OggStreamAudioData |
OggAudioStreamHeaders.createAudio(OggPacket packet)
Creates the Audio Data for a given audio packet
|
protected OggStreamPacket |
OggAudioStreamHeaders.createNext(OggPacket packet)
Creates an appropriate high level packet
|
boolean |
OggAudioStreamHeaders.populate(OggPacket packet)
Populates with the next header
|
Modifier and Type | Method and Description |
---|---|
OggPacket |
OpusInfo.write() |
Modifier and Type | Method and Description |
---|---|
static OpusPacket |
OpusPacketFactory.create(OggPacket packet)
Creates the appropriate
OpusPacket
instance based on the type. |
protected static boolean |
OpusPacketFactory.isOpusSpecial(OggPacket packet) |
static boolean |
OpusPacketFactory.isOpusStream(OggPacket firstPacket)
Does this packet (the first in the stream) contain
the magic string indicating that it's an opus
one?
|
Constructor and Description |
---|
OpusAudioData(OggPacket pkt) |
OpusInfo(OggPacket pkt) |
OpusTags(OggPacket packet) |
Modifier and Type | Method and Description |
---|---|
OggPacket |
SkeletonFisbone.write() |
OggPacket |
SkeletonFishead.write() |
Modifier and Type | Method and Description |
---|---|
static SkeletonPacket |
SkeletonPacketFactory.create(OggPacket packet)
Creates the appropriate
SkeletonPacket
instance based on the type. |
protected static boolean |
SkeletonPacketFactory.isSkeletonSpecial(OggPacket packet) |
static boolean |
SkeletonPacketFactory.isSkeletonStream(OggPacket firstPacket)
Does this packet (the first in the stream) contain
the magic string indicating that it's a skeleton fis(head|bone)
one?
|
void |
SkeletonStream.processPacket(OggPacket packet)
Processes and tracks the next packet for
the stream
|
Constructor and Description |
---|
SkeletonFisbone(OggPacket pkt) |
SkeletonFishead(OggPacket pkt) |
SkeletonKeyFramePacket(OggPacket pkt) |
SkeletonStream(OggPacket packet)
Starts tracking a new Skeleton Stream,
from the given packet (which must hold
the fishead)
|
Modifier and Type | Method and Description |
---|---|
OggPacket |
SpeexInfo.write() |
Modifier and Type | Method and Description |
---|---|
static SpeexPacket |
SpeexPacketFactory.create(OggPacket packet)
Creates the appropriate
SpeexPacket
instance based on the type. |
protected static boolean |
SpeexPacketFactory.isSpeexSpecial(OggPacket packet) |
static boolean |
SpeexPacketFactory.isSpeexStream(OggPacket firstPacket)
Does this packet (the first in the stream) contain
the magic string indicating that it's an speex
one?
|
Constructor and Description |
---|
SpeexAudioData(OggPacket pkt) |
SpeexInfo(OggPacket pkt) |
SpeexTags(OggPacket packet) |
Modifier and Type | Method and Description |
---|---|
OggPacket |
TheoraInfo.write() |
Modifier and Type | Method and Description |
---|---|
static TheoraPacket |
TheoraPacketFactory.create(OggPacket packet)
Creates the appropriate
TheoraPacket
instance based on the type. |
protected static boolean |
TheoraPacketFactory.isTheoraSpecial(OggPacket packet) |
static boolean |
TheoraPacketFactory.isTheoraStream(OggPacket firstPacket)
Does this packet (the first in the stream) contain
the magic string indicating that it's an theora
one?
|
Constructor and Description |
---|
TheoraComments(OggPacket packet) |
TheoraInfo(OggPacket pkt) |
TheoraSetup(OggPacket pkt) |
TheoraVideoData(OggPacket pkt) |
Modifier and Type | Method and Description |
---|---|
OggPacket |
VorbisStyleComments.write() |
OggPacket |
VorbisInfo.write() |
Modifier and Type | Method and Description |
---|---|
static VorbisPacket |
VorbisPacketFactory.create(OggPacket packet)
Creates the appropriate
VorbisPacket
instance based on the type. |
protected static boolean |
VorbisPacketFactory.isVorbisSpecial(OggPacket packet) |
static boolean |
VorbisPacketFactory.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) |
VorbisSetup(OggPacket pkt) |
VorbisStyleComments(OggPacket pkt,
int dataBeginsAt) |
Modifier and Type | Method and Description |
---|---|
OggPacket |
VorbisInfoTool.InfoPacketReader.getNextPacket() |
OggPacket |
VorbisInfoTool.InfoPacketReader.getNextPacketWithSid(int sid) |
Copyright © 2015. All rights reserved.