#include <storybase.hh>
Inheritance diagram for PIAVE::MediaElement:
Public Methods | |
MediaElement (const std::string &name=std::string(), Time start=0, Time length=0) | |
default constructor, all params have default values | |
virtual | ~MediaElement () |
does nothing yet | |
virtual Frame | getFrame (Time t)=0 |
update framebuffer and return it |
|
update framebuffer and return it
Implemented in PIAVE::AVChunk, PIAVE::StoryBNode, PIAVE::StoryUNode, PIAVE::StorySeqNode, PIAVE::StoryBoard, and PIAVE::ColorStill. |