sndstreamcreateextended is always returning 4096 no matter what value I give
Err (
*SndStreamVariableBufferCallback
) (
void *userDataP,
SndStreamRef stream,
void *bufferP,
UInt32 *bufferSizeP
// memcpy
*bufferSizeP = 1024; // Here I assign, but alwayes I get *bufferSizeP = 4096;
)
I am using a lifedrive. Is this a nown limitation in lifedrive ?
thanks in advance
J
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
