Movie2D

Proxy class hierarchy

Movie2DProxy : DrawableImage : DrawableNode : Traversable

Fields implemented

loop No.
speed No.
startTime No.
stopTime No.
duration_changed No.
isActive No.

Transformations supported

translation Yes.
scaling No.
rotation No.

Implementation details

This class inherits all of its functionality from the DrawableImage class. The PreRender() method is implemented, which calls DrawableImage::PreRender(), followed by UpdateBoundingRect().

Currently the only support for this node is to play video according to the time stamps contained in the video stream.