asset::Preview Class Reference

#include <preview.hpp>

Inheritance diagram for asset::Preview:

Inheritance graph
[legend]
Collaboration diagram for asset::Preview:

Collaboration graph
[legend]

List of all members.


Detailed Description

special placeholder denoting an alternative version of the media data, typically with lower resolution ("proxy media")

Definition at line 38 of file preview.hpp.


Protected Member Functions

 Preview (Media &mediaref)
 create a preview placeholder ("proxy media") for the given media asset.

Friends

class MediaFactory

Constructor & Destructor Documentation

asset::Preview::Preview ( Media &  mediaref  )  [protected]

create a preview placeholder ("proxy media") for the given media asset.

The name of the created media asset is derived by decorating the original media's name.

Note:
creates a dependency between the media and this proxy

Definition at line 57 of file preview.cpp.

00058     : Unknown (createProxyIdent (mediaref.ident),
00059                mediaref.getFilename(),
00060                mediaref.getLength())
00061   {
00062     this->defineDependency (mediaref);
00063     UNIMPLEMENTED ("do something to setup proxy media");
00064   }


The documentation for this class was generated from the following files:

Generated on Fri Nov 7 22:15:26 2008 for Lumiera by  doxygen 1.5.6