Sets the right input buffer address. This is an overloaded function, one function accepts a virtual pointer, the other the physical address.
HRESULT SetShapeXmaInputBuffer1(
SHAPE_XMA_CONTEXT *context,
const void *buffer
)
context
Type: SHAPE_XMA_CONTEXT *
[in, out] Pointer to a SHAPE_XMA_CONTEXT structure.
buffer
Type: void *
[in] Pointer to the right input buffer.
Type: HRESULT
HRESULT success or error code.
HRESULT SetShapeXmaInputBuffer1(
SHAPE_XMA_CONTEXT *context,
APU_ADDRESS buffer
)
context
Type: SHAPE_XMA_CONTEXT *
[in, out] Pointer to a SHAPE_XMA_CONTEXT structure.
buffer
Type: APU_ADDRESS
[in] The physical address of the buffer.
Type: HRESULT
HRESULT success or error code.
Header: Declared in shapexmacontext.h.
Library: Use acphal.lib.