Inherits from: dmuMovieIn
#include "dmuMovieInCompressed.h"
The dmuMovieInCompressed class implements the functionality needed to read raw, compressed JPEG frames into an DMbuffer. To do this, the object uses the movie library to perform an mvReadCompressedImage(3dm) operation into a DMbuffer.
This object is usually used in conjunction with a dmuICjdecoder object which can be used to decode video frames quickly using the hardware acceleration of the O2.
The public interface for dmuMovieInCompressed is no different than that of a dmuMovieIn object. The implementation of certain virtual methods (both public and protected) are what provides the functionality described above. See dmuMovieIn for more information on the methods available to this class.
See the source code for more info and implementation details.