SetShapeXmaCurrentInputBuffer

Sets the current input buffer.

Syntax

HRESULT SetShapeXmaCurrentInputBuffer(
         SHAPE_XMA_CONTEXT *context,
         UINT32 currentBuffer
)  

Parameters

context
Type: SHAPE_XMA_CONTEXT *

[in, out] Pointer to a SHAPE_XMA_CONTEXT structure.

currentBuffer
Type: UINT32 

The current input buffer. 0 specifies the left buffer, 1 specifies the right buffer.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in shapexmacontext.h.

Library: Use acphal.lib.