MidiSongPositionPointerMessage.Beats 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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
屬性值
從 0-16383 編碼 14 位值的歌曲位置指標。