Share via


MidiSongPositionPointerMessage.Beats Property

Definition

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

UInt16

unsigned short

uint16_t

The song position pointer encoded in a 14-bit value from 0-16383.

Applies to