SetShapeDmaFloatSamples

Sets a flag indicating that the sample is floating point or 32 bit integer data.

Syntax

HRESULT SetShapeDmaFloatSamples(
         SHAPE_DMA_CONTEXT *context,
         bool floatSamples
)  

Parameters

context
Type: SHAPE_DMA_CONTEXT *

[in, out] Pointer to a SHAPE_DMA_CONTEXT structure.

floatSamples
Type: bool 

Flag: floating point (1) or 32 bit integer(0).

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in shapedmacontext.h.

Library: Use acphal.lib.