IpatchSampleStoreSwap

IpatchSampleStoreSwap — Swap file sample store object

Synopsis




                    IpatchSampleStoreSwap;
                    IpatchSampleStoreSwapClass;
#define             IPATCH_SAMPLE_STORE_SWAP_UNUSED_FLAG_SHIFT
IpatchSampleStore*  ipatch_sample_store_swap_new        (void);

Object Hierarchy


  GObject
   +----IpatchItem
         +----IpatchSampleStore
               +----IpatchSampleStoreFile
                     +----IpatchSampleStoreSwap

Description

A sample storage type that uses a temporary swap file to store sample data.

Details

IpatchSampleStoreSwap

typedef struct _IpatchSampleStoreSwap IpatchSampleStoreSwap;


IpatchSampleStoreSwapClass

typedef struct {
  IpatchSampleStoreFileClass parent_class;
} IpatchSampleStoreSwapClass;


IPATCH_SAMPLE_STORE_SWAP_UNUSED_FLAG_SHIFT

#define             IPATCH_SAMPLE_STORE_SWAP_UNUSED_FLAG_SHIFT

Shift value of next unused IpatchItem flag (for derived types).


ipatch_sample_store_swap_new ()

IpatchSampleStore*  ipatch_sample_store_swap_new        (void);

Creates a new disk swap sample store.

Returns : New disk swap sample store

See Also

IpatchSampleStoreRAM, IpatchSampleStoreFile, IpatchSampleStoreROM