MidiSongPositionPointerMessage.Beats 属性

定义

获取以 0-16383 的 14 位值编码的歌曲位置指针。

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

属性值

UInt16

unsigned short

uint16_t

以 0-16383 的 14 位值编码的歌曲位置指针。

适用于