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