OpenShot Library | libopenshot-audio  0.2.0
system

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
 

Detailed Description

Macro Definition Documentation

◆ JUCE_MAJOR_VERSION

#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().

◆ JUCE_VERSION

#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.

◆ JUCE_API

◆ JUCE_PUBLIC_FUNCTION

#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.