SHAPE_PCM_MODE Enumeration

PCM mode.

Syntax

enum SHAPE_PCM_MODE
{
    SHAPE_PCM_MODE_LINEAR,
    SHAPE_PCM_MODE_CIRCULAR
};  

Constants

Constant Description
SHAPE_PCM_MODE_LINEAR Single one-shot buffer.
SHAPE_PCM_MODE_CIRCULAR Circular buffer.

Requirements

Header: Declared in shapepcmcontext.h.

Library: Use acphal.lib.