VideoObject2D

Proxy class hierarchy

VideoObject2DProxy : DrawableImage : DrawableNode : Traversable

Fields implemented

loop

No.

speed

Yes.

startTime

Yes.

stopTime

Yes.

url

Yes.

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.