JUCE
|
Holds information about a variable-length value which was parsed from a stream of bytes. More...
Public Member Functions | |
VariableLengthValue ()=default | |
VariableLengthValue (int valueIn, int bytesUsedIn) | |
Public Attributes | |
int | value = 0 |
int | bytesUsed = 0 |
Holds information about a variable-length value which was parsed from a stream of bytes.
A valid value requires that bytesUsed
is greater than 0. If bytesUsed <= 0
this object should be considered invalid.
|
default |
int MidiMessage::VariableLengthValue::value = 0 |
int MidiMessage::VariableLengthValue::bytesUsed = 0 |