dmuICjdecoder
Inherits from: dmuIC
#include "dmuICjdecoder.h"
Overview
This objects decompresses jpeg frames that are given to it. This
object is a subclass of the dmuIC object. The only thing
this object does is implement the setup method. The setup method
creates an image conversion context.
See the source code for more info and implementation details.
Public Methods
- dmuICjdecoder()
Constructor: This is the constructor that setups up some default
values. If you use this constructor, you must set the image
width and height before you call the setup method.
- dmuICjdecoder(int imageSizeX, int imageSizeY)
Constructor: You probably want to use this constructor. It set some
default values and sets the image width and height.
- virtual ~dmuICjdecoder()
Destructor: Right now this does nothing other than implicitly calling
the superclass' destructor
Overview Object List Object Hierarchy
Sample Apps