Microsoft DirectX 9.0 |
The DMUS_CLOCKTYPE enumerated type is used in the ctType member of the DMUS_CLOCKINFO8 structure.
Syntax
typedef enum {
DMUS_CLOCK_SYSTEM = 0,
DMUS_CLOCK_WAVE = 1
} DMUS_CLOCKTYPE;
Constants
DMUS_CLOCK_SYSTEM
Clock is the system clock.
DMUS_CLOCK_WAVE
Clock is on a waveform-playback device.
Requirements
Header: Declared in dmusicc.h.
See Also