DMUS_TIME_RESOLVE_FLAGS

This enumeration is used in the dwFlags member of the DMUS_PMSG structure and in the dwTimeResolveFlags parameter of the IDirectMusicPerformance::GetResolvedTime method.

typedef enum enumDMUS_TIME_RESOLVE_FLAGS {
  DMUS_TIME_RESOLVE_AFTERPREPARETIME = 1<<10,
  DMUS_TIME_RESOLVE_GRID = 1<<11,
  DMUS_TIME_RESOLVE_BEAT = 1<<12,
  DMUS_TIME_RESOLVE_MEASURE = 1<<13
} DMUS_TIME_RESOLVE_FLAGS;

Elements

  • DMUS_TIME_RESOLVE_AFTERPREPARETIME
    Resolve to a time after the prepare time.
  • DMUS_TIME_RESOLVE_GRID
    Resolve to a time on a grid boundary.
  • DMUS_TIME_RESOLVE_BEAT
    Resolve to a time on a beat boundary.
  • DMUS_TIME_RESOLVE_MEASURE
    Resolve to a time on a measure boundary.

Remarks

These flags can be used interchangeably with the corresponding DMUS_SEGF_FLAGS.

Requirements

OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmusici.h.

See Also

DMUS_SEGF_FLAGS | IDirectMusicPerformance::GetResolvedTime | DMUS_PMSG

 Last updated on Monday, April 12, 2004

© 1992-2002 Microsoft Corporation. All rights reserved.