共用方式為


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 位值的歌曲位置指標。

適用於