Package | Description |
---|---|
de.jarnbjo.jmf | |
de.jarnbjo.ogg |
Modifier and Type | Class and Description |
---|---|
class |
OggJmfPage
An instance of this class represents an ogg page read from an ogg file
or network stream.
|
Modifier and Type | Method and Description |
---|---|
OggPage |
OggJmfStream.getOggPage(int index) |
Modifier and Type | Method and Description |
---|---|
static OggPage |
OggPage.create(byte[] source)
this method equals to create(byte[] source, false)
|
static OggPage |
OggPage.create(byte[] source,
boolean skipData)
This method is called to
create a new OggPage instance based on the specified byte array.
|
static OggPage |
OggPage.create(java.io.InputStream source)
this method equals to create(InputStream source, false)
|
static OggPage |
OggPage.create(java.io.InputStream source,
boolean skipData)
This method is called to read data from the current position in the
specified InpuStream and create a new OggPage instance based on the data
read.
|
static OggPage |
OggPage.create(java.io.RandomAccessFile source)
this method equals to create(RandomAccessFile source, false)
|
static OggPage |
OggPage.create(java.io.RandomAccessFile source,
boolean skipData)
This method is called to read data from the current position in the
specified RandomAccessFile and create a new OggPage instance based on the data
read.
|
OggPage |
LogicalOggStream.getNextOggPage()
Note: To read from the stream, you must use either
this method or the method
getNextOggPacket . |
OggPage |
LogicalOggStreamImpl.getNextOggPage() |
OggPage |
PhysicalOggStream.getOggPage(int index)
Return the Ogg page with the absolute index
index ,
independent from the logical structure of this stream or if the
index parameter is -1, the next Ogg page is returned. |
OggPage |
UncachedUrlStream.getOggPage(int index) |
OggPage |
BasicStream.getOggPage(int index) |
OggPage |
OnDemandUrlStream.getOggPage(int index) |
OggPage |
FileStream.getOggPage(int index) |
OggPage |
CachedUrlStream.getOggPage(int index) |
Modifier and Type | Method and Description |
---|---|
void |
LogicalOggStreamImpl.checkFormat(OggPage page) |
Copyright © 2013 Tor-Einar Jarnbjo. All Rights Reserved.