Maven module :un.storage : media-ogg :
Class : un.storage.media.vorbis.VorbisIdentification
Extends/Implements : un.storage.media.vorbis.VorbisPacket
Subclasses : -

The identification header is a short header of only a few fields
used to declare the stream definitively as Vorbis, and provide a
few externally relevant pieces of information about the audio stream.
author  Johann Sorel


Variables : version, audioChannels, audioSampleRate, bitrateMaximum, bitrateNominal, bitrateMinimum, blocksize0, blocksize1, framingFlag
Functions : VorbisIdentification, read



[vorbis_version] = read 32 bits as unsigned integer */
public long version


[audio_channels] = read 8 bit integer as unsigned */
public int audioChannels


[audio_sample_rate] = read 32 bits as unsigned integer */
public long audioSampleRate


[bitrate_maximum] = read 32 bits as signed integer */
public int bitrateMaximum


[bitrate_nominal] = read 32 bits as signed integer */
public int bitrateNominal


[bitrate_minimum] = read 32 bits as signed integer */
public int bitrateMinimum


[blocksize_0] = 2 exponent (read 4 bits as unsigned integer) */
public int blocksize0


[blocksize_1] = 2 exponent (read 4 bits as unsigned integer) */
public int blocksize1


[framing_flag] = read one bit */
public boolean framingFlag


public void VorbisIdentification ()

public void read (DataInputStream ds)