MidiTimeCodeMessage.FrameType Property

Definition

Gets the value of the frame type from 0-7.

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

Property Value

Byte

byte

The value of the frame type from 0-7.

Applies to