Platform SDK: DirectX

DMUS_CLOCKTYPE

The members of the DMUS_CLOCKTYPE enumeration are used in the ctType member of the DMUS_CLOCKINFO structure.

typedef enum {
    DMUS_CLOCK_SYSTEM = 0,
    DMUS_CLOCK_WAVE   = 1
} DMUS_CLOCKTYPE;
DMUS_CLOCK_SYSTEM
Clock is the system clock.
DMUS_CLOCK_WAVE
Clock is on a wave-playback device.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in dmusicc.h.