MidiTimeCodeMessage(Byte, Byte) Constructor
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.
Creates a new MidiTimeCodeMessage object.
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)
Parameters
- frameType
-
Byte
byte
The frame type from 0-7.
- values
-
Byte
byte
The time code from 0-15.
Remarks
If any values passed into the constructor fo not adhere to the specified requirements, an invalid argument exception will be thrown.