| libinstpatch Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
IpatchSampleStoreSwapIpatchSampleStoreSwap — Sample storage object for audio in a temporary swap file |
IpatchSampleStoreSwap; #define IPATCH_SAMPLE_STORE_SWAP_UNUSED_FLAG_SHIFT IpatchSample * ipatch_sample_store_swap_new (void); int ipatch_sample_store_swap_get_unused_size (void);
GObject +----IpatchItem +----IpatchSampleStore +----IpatchSampleStoreFile +----IpatchSampleStoreSwap
IpatchSample * ipatch_sample_store_swap_new (void);
Creates a new disk swap sample store.
Returns : |
New disk swap sample store, cast as an IpatchSample for convenience. |