次の方法で共有


MidiTimeCodeMessage.FrameType プロパティ

定義

フレームの種類の値を 0 から 7 まで取得します。

public:
 property byte FrameType { byte get(); };
byte FrameType();
public byte FrameType { get; }
var byte = midiTimeCodeMessage.frameType;
Public ReadOnly Property FrameType As Byte

プロパティ値

Byte

byte

フレーム の種類の値 (0 から 7)。

適用対象