Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.47 KB

ns-mmeapi-midiproptempo.md

File metadata and controls

83 lines (64 loc) · 2.47 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mmeapi.midiproptempo_tag
MIDIPROPTEMPO (mmeapi.h)
The MIDIPROPTEMPO structure contains the tempo property for a stream.
*LPMIDIPROPTEMPO
MIDIPROPTEMPO
MIDIPROPTEMPO structure [Windows Multimedia]
_win32_MIDIPROPTEMPO_str
midiproptempo_tag
mmeapi/MIDIPROPTEMPO
multimedia.midiproptempo
multimedia\midiproptempo.htm
Multimedia
bc2941a8-e9c8-4a67-a931-01f86caa478a
12/05/2018
*LPMIDIPROPTEMPO, MIDIPROPTEMPO, MIDIPROPTEMPO structure [Windows Multimedia], _win32_MIDIPROPTEMPO_str, midiproptempo_tag, mmeapi/MIDIPROPTEMPO, multimedia.midiproptempo
mmeapi.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
MIDIPROPTEMPO, *LPMIDIPROPTEMPO
19H1
midiproptempo_tag
mmeapi/midiproptempo_tag
LPMIDIPROPTEMPO
mmeapi/LPMIDIPROPTEMPO
MIDIPROPTEMPO
mmeapi/MIDIPROPTEMPO
c++
APIRef
kbSyntax
HeaderDef
mmeapi.h
MIDIPROPTEMPO

MIDIPROPTEMPO structure

-description

The MIDIPROPTEMPO structure contains the tempo property for a stream.

-struct-fields

-field cbStruct

Length, in bytes, of this structure. This member must be filled in for both the MIDIPROP_SET and MIDIPROP_GET operations of the midiStreamProperty function.

-field dwTempo

Tempo of the stream, in microseconds per quarter note. The tempo is honored only if the time division for the stream is specified in quarter note format. This member is set in a MIDIPROP_SET operation and is filled on return from a MIDIPROP_GET operation.

-remarks

The tempo property is read or written by the midiStreamProperty function.

-see-also

MIDI Structures

Musical Instrument Digital Interface (MIDI)

midiStreamProperty