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