Maven module :un.storage : media-ivf :
Class : un.storage.media.ivf.IVFHeader
Extends/Implements : un.storage.media.ivf.IVFElement
Subclasses : -

author  Johann Sorel


Variables : version, length, fourCC, width, height, frameRate, timeScale, nbFrames, unused
Functions : read



2 bytes : version, should be 0 */
public int version


2 bytes : length of header in bytes */
public int length


4 bytes : FourCC , 'VP80' */
public Chars fourCC


2 bytes : width in pixels */
public int width


2 bytes : height in pixels */
public int height


4 bytes : frame rate */
public int frameRate


4 bytes : time scale */
public int timeScale


4 bytes : number of frame in file */
public int nbFrames


4 bytes : unused */
public byte[] unused


public void read (DataInputStream ds)