This is the complete list of members for openshot::CacheDisk, including all inherited members.
| Add(std::shared_ptr< Frame > frame) | openshot::CacheDisk | virtual |
| cache_type | openshot::CacheBase | protected |
| CacheBase() | openshot::CacheBase | |
| CacheBase(int64_t 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, int64_t max_bytes) | openshot::CacheDisk | |
| Clear() | openshot::CacheDisk | virtual |
| Count() | openshot::CacheDisk | virtual |
| GetBytes() | openshot::CacheDisk | virtual |
| GetFrame(int64_t 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(int64_t frame_number) | openshot::CacheDisk | |
| Remove(int64_t frame_number) | openshot::CacheDisk | virtual |
| Remove(int64_t start_frame_number, int64_t end_frame_number) | openshot::CacheDisk | virtual |
| SetJson(string value) | openshot::CacheDisk | virtual |
| SetJsonValue(Json::Value root) | openshot::CacheDisk | virtual |
| SetMaxBytes(int64_t number_of_bytes) | openshot::CacheBase | inline |
| SetMaxBytesFromInfo(int64_t number_of_frames, int width, int height, int sample_rate, int channels) | openshot::CacheBase | |
| ~CacheDisk() | openshot::CacheDisk | |