Maven module :un.storage : media-ogg :
Class : un.storage.media.ogg.OGGConstants
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : SIGNATURE, FRESHPACKET_MASK, FIRSTPAGE_MASK, LASTPAGE_MASK
Functions : -



OGG page header signature.
public byte[] SIGNATURE


0x01: unset = fresh packet
set = continued packet
public byte FRESHPACKET_MASK


0x02: unset = not first page of logical bitstream
set = first page of logical bitstream (bos)
public byte FIRSTPAGE_MASK


0x04: unset = not last page of logical bitstream
set = last page of logical bitstream (eos)
public byte LASTPAGE_MASK