An instance of this class represents an ogg page read from an ogg file or network stream. It has no public constructor, but instances can be created by the create
methods, supplying a JMF stream or a RandomAccessFile
which is positioned at the beginning of an Ogg page.
Furtheron, the class provides methods for accessing the raw page data, as well as data attributes like segmenting information, sequence number, stream serial number, chechsum and wether this page is the beginning or end of a logical bitstream (BOS, EOS) and if the page data starts with a continued packet or a fresh data packet.
|
|