MidiSongPositionPointerMessage.Beats Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the song position pointer encoded in a 14-bit value from 0-16383.
public:
property unsigned short Beats { unsigned short get(); };
uint16_t Beats();
public ushort Beats { get; }
var uInt16 = midiSongPositionPointerMessage.beats;
Public ReadOnly Property Beats As UShort
Property Value
The song position pointer encoded in a 14-bit value from 0-16383.