Holds information about a variable-length value which was parsed from a stream of bytes. More...
#include <juce_MidiMessage.h>
Public Member Functions | |
VariableLengthValue ()=default | |
VariableLengthValue (int valueIn, int bytesUsedIn) | |
bool | isValid () const noexcept |
Public Attributes | |
int | bytesUsed = 0 |
int | value = 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.
|
default |
|
inlinenoexcept |
int juce::MidiMessage::VariableLengthValue::bytesUsed = 0 |
int juce::MidiMessage::VariableLengthValue::value = 0 |