Uses of Class
com.flagstone.transform.video.Deblocking

Packages that use Deblocking
com.flagstone.transform.video The video package contains all the classes for encoding and decoding the data structures that represent the different types of video streams and data that are found in a Flash file. 
 

Uses of Deblocking in com.flagstone.transform.video
 

Methods in com.flagstone.transform.video that return Deblocking
 Deblocking DefineVideo.getDeblocking()
          Get the method used to control the Flash Player's deblocking filter, either OFF, ON or USE_VIDEO.
static Deblocking Deblocking.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Deblocking[] Deblocking.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.video with parameters of type Deblocking
 void DefineVideo.setDeblocking(Deblocking value)
          Sets the method used to control the Flash Player's deblocking filter.
 

Constructors in com.flagstone.transform.video with parameters of type Deblocking
DefineVideo(int uid, int count, int frameWidth, int frameHeight, Deblocking deblock, boolean smoothing, VideoFormat videoCodec)
          Creates a DefineVideo object with the specified parameters.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.