Blender V2.61 - r43446
Variables

AUD_JackDevice.cpp File Reference

#include "AUD_JackDevice.h"
#include "AUD_IReader.h"
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Variables

static const char * clientopen_error = "jack server."
static const char * port_error = "AUD_JackDevice: Couldn't create output port."
static const char * activate_error = "client."

Detailed Description

Definition in file AUD_JackDevice.cpp.


Variable Documentation

const char* activate_error = "client." [static]

Definition at line 180 of file AUD_JackDevice.cpp.

const char* clientopen_error = "jack server." [static]

Definition at line 177 of file AUD_JackDevice.cpp.

const char* port_error = "AUD_JackDevice: Couldn't create output port." [static]

Definition at line 179 of file AUD_JackDevice.cpp.