Sets the loop start (for linear buffers) or write pointer (for circular buffers).
HRESULT SetShapePcmLoopStartOrWritePointer(
SHAPE_PCM_CONTEXT *context,
UINT32 loopStartOrWritePointerInSamples
)
context
Type: SHAPE_PCM_CONTEXT *
[in, out] Pointer to a SHAPE_PCM_CONTEXT structure.
loopStartOrWritePointerInSamples
Type: UINT32
The loop start, or write pointer.
Type: HRESULT
HRESULT success or error code.
Header: Declared in shapepcmcontext.h.
Library: Use acphal.lib.