OpenShot Audio Library | OpenShotAudio 0.4.0
|
#include <juce_MidiMessage.h>
Public Member Functions | |
VariableLengthValue (int valueIn, int bytesUsedIn) | |
bool | isValid () const noexcept |
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.
Definition at line 887 of file juce_MidiMessage.h.
|
inline |
Definition at line 891 of file juce_MidiMessage.h.
|
inlinenoexcept |
Definition at line 894 of file juce_MidiMessage.h.
int juce::MidiMessage::VariableLengthValue::bytesUsed = 0 |
Definition at line 897 of file juce_MidiMessage.h.
int juce::MidiMessage::VariableLengthValue::value = 0 |
Definition at line 896 of file juce_MidiMessage.h.