#include <clip.hpp>


Public Member Functions | |
| virtual PClipMO | createClip () const |
| Specialisation of the asset::Media interface method, just returning the already existing Clip-MO. | |
Protected Member Functions | |
| virtual PMedia | checkCompound () |
| specialisation delegating the decision to the media asset referred by this clip | |
| Clip (Media &mediaref) | |
| virtual PClip | getClipAsset () |
| return this wrapped into a shared ptr, because it's already the desired asset::Clip | |
Private Attributes | |
| PClipMO | clipMO_ |
| the corresponding (dependant) clip-MO | |
| const Media & | source_ |
| media source of this clip | |
Friends | |
| class | MediaFactory |
Definition at line 36 of file clip.hpp.
| Media::PClipMO asset::Clip::createClip | ( | ) | const [virtual] |
Every asset::Clip internally holds a Clip-MO, which has been created alongside. This Clip-MO may have several Placements or no placement at all (meaning it need not be placed within the EDL)
Definition at line 81 of file clip.cpp.
References clipMO_.
00082 { 00083 return clipMO_; 00084 }
1.5.5