void mlt_cache_put_frame_audio(mlt_cache cache, mlt_frame frame)
void mlt_cache_close(mlt_cache cache)
mlt_cache_item mlt_cache_get(mlt_cache cache, void *object)
int mlt_cache_get_size(mlt_cache cache)
void mlt_cache_put(mlt_cache cache, void *object, void *data, int size, mlt_destructor destructor)
void mlt_cache_put_frame(mlt_cache cache, mlt_frame frame)
void * mlt_cache_item_data(mlt_cache_item item, int *size)
mlt_cache mlt_cache_init()
void mlt_cache_purge(mlt_cache cache, void *object)
void mlt_cache_put_frame_image(mlt_cache cache, mlt_frame frame)
void mlt_cache_item_close(mlt_cache_item item)
void mlt_cache_set_size(mlt_cache cache, int size)
mlt_frame mlt_cache_get_frame(mlt_cache cache, mlt_position position)
Provides forward definitions of all public types.
struct mlt_cache_s * mlt_cache
pointer to Cache object
Definition mlt_types.h:262
int32_t mlt_position
Definition mlt_types.h:217
void(* mlt_destructor)(void *)
pointer to destructor function
Definition mlt_types.h:269
struct mlt_cache_item_s * mlt_cache_item
pointer to CacheItem object
Definition mlt_types.h:263
struct mlt_frame_s * mlt_frame
Definition mlt_types.h:243