MidiTimeCodeMessage(Byte, Byte) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 MidiTimeCodeMessage 物件。
public:
MidiTimeCodeMessage(byte frameType, byte values);
MidiTimeCodeMessage(byte const& frameType, byte const& values);
public MidiTimeCodeMessage(byte frameType, byte values);
function MidiTimeCodeMessage(frameType, values)
Public Sub New (frameType As Byte, values As Byte)
參數
- frameType
-
Byte
byte
0-7 的框架類型。
- values
-
Byte
byte
0-15 的時間碼。
備註
如果傳入建構函式的任何值不符合指定的需求,將會擲回不正確引數例外狀況。