#define MAL_RESAMPLER_SEEK_NO_CLIENT_READ (1 << 0) /* When set, does not read anything from the client when seeking. This does _not_ call onRead(). */
#define MAL_RESAMPLER_SEEK_INPUT_RATE (1 << 1) /* When set, treats the specified frame count based on the input sample rate rather than the output sample rate. */
}cache;/* Do not use directly. Keep this as the first member of this structure for SIMD alignment purposes. */
}cache;/* Keep this as the first member of this structure for SIMD alignment purposes. */
mal_uint32cacheStrideInFrames;/* The number of the samples between channels in the cache. The first sample for channel 0 is cacheStrideInFrames*0. The first sample for channel 1 is cacheStrideInFrames*1, etc. */
mal_uint16cacheLengthInFrames;/* The number of valid frames sitting in the cache, including the filter window. May be less than the cache's capacity. */