MidiTimeCodeMessage.FrameType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.