LMMS
Loading...
Searching...
No Matches
CarlaEngineSDL.cpp File Reference
#include "CarlaEngineGraph.hpp"
#include "CarlaEngineInit.hpp"
#include "CarlaEngineInternal.hpp"
#include "CarlaStringList.hpp"
#include "CarlaBackendUtils.hpp"
#include <SDL.h>

Classes

class  CarlaEngineSDL

Namespaces

namespace  EngineInit

Macros

#define SDL_HINT_AUDIO_DEVICE_APP_NAME   "SDL_AUDIO_DEVICE_APP_NAME"
#define SDL_HINT_AUDIO_DEVICE_STREAM_NAME   "SDL_AUDIO_DEVICE_STREAM_NAME"
#define handlePtr   ((CarlaEngineSDL*)userData)

Typedefs

typedef Uint32 SDL_AudioDeviceID

Functions

static void initAudioDevicesIfNeeded ()
CarlaEngine * EngineInit::newSDL ()
const char *constEngineInit::getSDLDeviceNames ()

Variables

static CARLA_BACKEND_START_NAMESPACE CarlaStringList gDeviceNames

Macro Definition Documentation

◆ handlePtr

#define handlePtr   ((CarlaEngineSDL*)userData)

◆ SDL_HINT_AUDIO_DEVICE_APP_NAME

#define SDL_HINT_AUDIO_DEVICE_APP_NAME   "SDL_AUDIO_DEVICE_APP_NAME"

◆ SDL_HINT_AUDIO_DEVICE_STREAM_NAME

#define SDL_HINT_AUDIO_DEVICE_STREAM_NAME   "SDL_AUDIO_DEVICE_STREAM_NAME"

Typedef Documentation

◆ SDL_AudioDeviceID

typedef Uint32 SDL_AudioDeviceID

Function Documentation

◆ initAudioDevicesIfNeeded()

void initAudioDevicesIfNeeded ( )
static

Variable Documentation

◆ gDeviceNames

CARLA_BACKEND_START_NAMESPACE CarlaStringList gDeviceNames
static