DMUS_IO_PCHANNELTOBUFFER_HEADER

DirectMusic

Microsoft DirectX 9.0 SDK Update (Summer 2004)

DMUS_IO_PCHANNELTOBUFFER_HEADER

The DMUS_IO_PCHANNELTOBUFFER_HEADER structure defines a range of performance channels and the buffers they connect to. Used in the port configuration list of an Audiopath Form.

Syntax

typedef struct _DMUS_IO_PCHANNELTOBUFFER_HEADER {
  DWORD  dwPChannelBase;
  DWORD  dwPChannelCount;
  DWORD  dwBufferCount;
  DWORD  dwFlags;
} DMUS_IO_PCHANNELTOBUFFER_HEADER;

Members

dwPChannelBase

First performance channel.

dwPChannelCount

Number of performance channels.

dwBufferCount

Number of buffers the channels connect to.

dwFlags

Reserved. Must be 0.

Requirements

  Header: Declared in dmusicf.h.

See Also


© 2004 Microsoft Corporation. All rights reserved.