VideoDeblocking
Kind of class: | public class |
---|---|
Package: | |
Inherits from: |
|
Classpath: | org.asaplibrary.ui.video.VideoDeblocking |
File last modified: | Wednesday, 11 May 2011, 18:47:47 |
Summary
Constants
-
AUTO
: uint
- Lets the video compressor apply the deblocking filter as needed.
-
DISABLE
: uint
- Does not use a deblocking filter.
-
SORENSON
: uint
- Uses the Sorenson deblocking filter.
-
ON2_NO_DERINGING
: uint
- For On2 video only, uses the On2 deblocking filter but no deringing filter.
-
ON2_DERINGING_LOW
: uint
- For On2 video only, uses the On2 deblocking and deringing filter.
-
ON2_DERINGING_HIGH
: uint
- For On2 video only, uses the On2 deblocking and a higher-performance On2 deringing filter.
Constants
AUTO
static const AUTO:uint
Lets the video compressor apply the deblocking filter as needed.
DISABLE
static const DISABLE:uint = 1
Does not use a deblocking filter.
ON2_DERINGING_HIGH
static const ON2_DERINGING_HIGH:uint = 5
For On2 video only, uses the On2 deblocking and a higher-performance On2 deringing filter.
ON2_DERINGING_LOW
static const ON2_DERINGING_LOW:uint = 4
For On2 video only, uses the On2 deblocking and deringing filter.
ON2_NO_DERINGING
static const ON2_NO_DERINGING:uint = 3
For On2 video only, uses the On2 deblocking filter but no deringing filter.
SORENSON
static const SORENSON:uint = 2
Uses the Sorenson deblocking filter.