#include <unknown.hpp>


Definition at line 43 of file unknown.hpp.
Public Member Functions | |
| virtual Media::PMedia | getOrg () throw (lumiera::error::Invalid) |
| using the information stored in this placeholder asset, try to access the "real" media it stands for. | |
Protected Member Functions | |
| Unknown (const Asset::Ident &idi, string name="", Time length=DUMMY_TIME) | |
| create a placeholder for a media with the given identity. | |
Friends | |
| class | MediaFactory |
| asset::Unknown::Unknown | ( | const Asset::Ident & | idi, | |
| string | name = "", |
|||
| Time | length = DUMMY_TIME | |||
| ) | [protected] |
create a placeholder for a media with the given identity.
the denoted original media (identity) can be accessed later on using the Unknown::getOrg() function.
Definition at line 40 of file unknown.cpp.
| Media::PMedia asset::Unknown::getOrg | ( | ) | throw (lumiera::error::Invalid) [virtual] |
using the information stored in this placeholder asset, try to access the "real" media it stands for.
Definition at line 51 of file unknown.cpp.
References asset::str().

1.5.6