This is the complete list of members for openshot::CacheDisk, including all inherited members.
Add(tr1::shared_ptr< Frame > frame) | openshot::CacheDisk | virtual |
cache_type | openshot::CacheBase | protected |
CacheBase() | openshot::CacheBase | |
CacheBase(long long int max_bytes) | openshot::CacheBase | |
cacheCriticalSection | openshot::CacheBase | protected |
CacheDisk(string cache_path, string format, float quality, float scale) | openshot::CacheDisk | |
CacheDisk(string cache_path, string format, float quality, float scale, long long int max_bytes) | openshot::CacheDisk | |
Clear() | openshot::CacheDisk | virtual |
Count() | openshot::CacheDisk | virtual |
GetBytes() | openshot::CacheDisk | virtual |
GetFrame(long int frame_number) | openshot::CacheDisk | virtual |
GetMaxBytes() | openshot::CacheBase | inline |
GetSmallestFrame() | openshot::CacheDisk | virtual |
Json() | openshot::CacheDisk | virtual |
JsonValue() | openshot::CacheDisk | virtual |
max_bytes | openshot::CacheBase | protected |
MoveToFront(long int frame_number) | openshot::CacheDisk | |
Remove(long int frame_number) | openshot::CacheDisk | virtual |
Remove(long int start_frame_number, long int end_frame_number) | openshot::CacheDisk | virtual |
SetJson(string value) | openshot::CacheDisk | virtual |
SetJsonValue(Json::Value root) | openshot::CacheDisk | virtual |
SetMaxBytes(long long int number_of_bytes) | openshot::CacheBase | inline |
SetMaxBytesFromInfo(long int number_of_frames, int width, int height, int sample_rate, int channels) | openshot::CacheBase | |
~CacheDisk() | openshot::CacheDisk | |