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 の時刻コード。
注釈
コンストラクターに渡された値が指定された要件に準拠していない場合は、無効な引数例外がスローされます。