Maven module :un.storage : codec-vp8 :
Class :
un.storage.media.vp8.VP8Frame
Extends/Implements : -
Subclasses : -
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
public int
TYPE_INTRA_FRAME
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
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
public VP8MacroBlock[][]
macroblocks
public int
getReconstructionFilter ()
public int
getLoopFilter ()
public float
getHorizontalUpscaleFactor ()
public float
getVerticalUpscaleFactor ()
public void
read (DataInputStream ds)
http://tools.ietf.org/html/rfc6386#section-9.1
author Johann Sorel