Maven module :un.storage : codec-vp8 :
Class : un.storage.media.vp8.VP8Frame
Extends/Implements : -
Subclasses : -

Specification :
http://tools.ietf.org/html/rfc6386#section-9.1
author  Johann Sorel


Variables : TYPE_INTRA_FRAME, TYPE_INTER_FRAME, RECFILTER_BICUBIC, RECFILTER_BILINEAR, RECFILTER_NONE, LOOPFILTER_NORMAL, LOOPFILTER_SIMPLE, LOOPFILTER_NONE, STARTCODE, keyframe, version, showframe, firstPartSize, startCode, width, horizontalScale, height, verticalScale, header, macroblocks
Functions : getReconstructionFilter, getLoopFilter, getHorizontalUpscaleFactor, getVerticalUpscaleFactor, read



Intra frame is a self sufficient frame.
Also called key frames.
public int TYPE_INTRA_FRAME


Inter frame are frames which pixels are deduced from previous frames.
Also called prediction frames.
public int TYPE_INTER_FRAME

public int RECFILTER_BICUBIC

public int RECFILTER_BILINEAR

public int RECFILTER_NONE

public int LOOPFILTER_NORMAL

public int LOOPFILTER_SIMPLE

public int LOOPFILTER_NONE


Start code pattern.
public int STARTCODE

public boolean keyframe

public int version

public boolean showframe

public int firstPartSize



public int startCode

public int width

public int horizontalScale

public int height

public int verticalScale

public VP8FrameHeader header


[row][col] */
public VP8MacroBlock[][] macroblocks


public int getReconstructionFilter ()

public int getLoopFilter ()

public float getHorizontalUpscaleFactor ()

public float getVerticalUpscaleFactor ()

public void read (DataInputStream ds)