#include <framecache.h>
Inherits CacheItemBase.

Public Member Functions | |
| FrameCacheItem () | |
| ~FrameCacheItem () | |
| int | get_size () |
Data Fields | |
| VFrame * | data |
| double | frame_rate |
| int | layer |
Definition at line 19 of file framecache.h.
| FrameCacheItem::FrameCacheItem | ( | ) |
Definition at line 15 of file framecache.C.
References data, frame_rate, and CacheItemBase::position.
| FrameCacheItem::~FrameCacheItem | ( | ) |
| int FrameCacheItem::get_size | ( | ) | [virtual] |
Reimplemented from CacheItemBase.
Definition at line 28 of file framecache.C.
References data, VFrame::get_data_size(), and CacheItemBase::path.

Definition at line 27 of file framecache.h.
Referenced by FrameCache::frame_exists(), FrameCacheItem(), FrameCache::get_frame(), FrameCache::get_frame_ptr(), get_size(), FrameCache::put_frame(), and ~FrameCacheItem().
| double FrameCacheItem::frame_rate |
Definition at line 28 of file framecache.h.
Referenced by FrameCache::frame_exists(), FrameCacheItem(), and FrameCache::put_frame().
Definition at line 29 of file framecache.h.
Referenced by FrameCache::frame_exists(), and FrameCache::put_frame().
1.5.5