rt_gccstream/libjava/javax/sound/sampled/FloatControl$Type.h

43 lines
1.2 KiB
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_sound_sampled_FloatControl$Type__
#define __javax_sound_sampled_FloatControl$Type__
#pragma interface
#include <javax/sound/sampled/Control$Type.h>
extern "Java"
{
namespace javax
{
namespace sound
{
namespace sampled
{
class FloatControl$Type;
}
}
}
}
class javax::sound::sampled::FloatControl$Type : public ::javax::sound::sampled::Control$Type
{
public: // actually protected
FloatControl$Type(::java::lang::String *);
public:
static ::javax::sound::sampled::FloatControl$Type * AUX_RETURN;
static ::javax::sound::sampled::FloatControl$Type * AUX_SEND;
static ::javax::sound::sampled::FloatControl$Type * BALANCE;
static ::javax::sound::sampled::FloatControl$Type * MASTER_GAIN;
static ::javax::sound::sampled::FloatControl$Type * PAN;
static ::javax::sound::sampled::FloatControl$Type * REVERB_RETURN;
static ::javax::sound::sampled::FloatControl$Type * REVERB_SEND;
static ::javax::sound::sampled::FloatControl$Type * SAMPLE_RATE;
static ::javax::sound::sampled::FloatControl$Type * VOLUME;
static ::java::lang::Class class$;
};
#endif // __javax_sound_sampled_FloatControl$Type__