OpenShot Library | libopenshot-audio
0.2.0
|
Classes | |
class | juce::SystemStats |
Contains methods for finding out about the current hardware and OS configuration. More... | |
Macros | |
#define | JUCE_MAJOR_VERSION 5 |
Current JUCE version number. More... | |
#define | JUCE_MINOR_VERSION 4 |
#define | JUCE_BUILDNUMBER 3 |
#define | JUCE_VERSION ((JUCE_MAJOR_VERSION << 16) + (JUCE_MINOR_VERSION << 8) + JUCE_BUILDNUMBER) |
Current JUCE version number. More... | |
#define | JUCE_API |
This macro is added to all JUCE public class declarations. More... | |
#define | JUCE_PUBLIC_IN_DLL_BUILD(declaration) declaration; |
#define | JUCE_PUBLIC_FUNCTION JUCE_API JUCE_CALLTYPE |
This macro is added to all JUCE public function declarations. More... | |
#define | JUCE_ANDROID 1 |
#define | JUCE_DEBUG 1 |
#define | JUCE_BIG_ENDIAN 1 |
#define | JUCE_BIG_ENDIAN 1 |
#define | JUCE_32BIT 1 |
#define | JUCE_32BIT 1 |
#define | JUCE_INTEL 1 |
#define JUCE_MAJOR_VERSION 5 |
Current JUCE version number.
See also SystemStats::getJUCEVersion() for a string version.
Definition at line 34 of file juce_StandardHeader.h.
Referenced by juce::SystemStats::getJUCEVersion().
#define JUCE_VERSION ((JUCE_MAJOR_VERSION << 16) + (JUCE_MINOR_VERSION << 8) + JUCE_BUILDNUMBER) |
Current JUCE version number.
Bits 16 to 32 = major version. Bits 8 to 16 = minor version. Bits 0 to 8 = point release.
See also SystemStats::getJUCEVersion() for a string version.
Definition at line 46 of file juce_StandardHeader.h.
#define JUCE_API |
This macro is added to all JUCE public class declarations.
Definition at line 143 of file juce_StandardHeader.h.
Referenced by juce::String::getCharPointer(), juce::LocalisedStrings::getMappings(), juce::OutputStream::getNewLineString(), juce::Thread::getThreadName(), juce::String::hash(), juce::RelativeTime::inSeconds(), juce::String::operator+=(), juce::RelativeTime::operator-=(), juce::OutputStream::setNewLineString(), juce::Time::toMilliseconds(), juce::LocalisedStrings::translateWithCurrentMappings(), juce::Logger::writeToLog(), and juce::MessageManagerLock::~MessageManagerLock().
#define JUCE_PUBLIC_FUNCTION JUCE_API JUCE_CALLTYPE |
This macro is added to all JUCE public function declarations.
Definition at line 153 of file juce_StandardHeader.h.