dmuMovie
Inherits from: dmuObj
#include "dmuMovie.h"
Overview
The dmuMovie acts as a base class for all the dmuMovie objects. currently there is not much implemented in this class,
and most methods are virtual. Once more objects are implmented
under dmuMovie, the commonalities between the objects will be
extracted into dmuMovie. This object just keeps a few member
variables that will obviously fall into this category.
See the source code for more info and implementation details.
Public Methods
- dmuMovie()
The constructor initializes member variables.
- virtual ~dmuMovie()
The destructor performs norman dmuObj destruction.
- Virtual Methods - The following methods are pure
virtuals and are implemented in classes that inherit from
dmuMovie
- virtual int init(dmuParams *params = NULL)
- virtual int addSrcConstraints(DMparams *params)
- virtual int addDstConstraints(DMparams *params)
- virtual int start(int propagate = DMU_PROPAGATE)
- virtual int getFD()
- virtual int receive(DMbuffer inBuffer)
- virtual int handleEvents(fd_set fdSet)
Overview Object List Object Hierarchy
Sample Apps