mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
46 lines
976 B
C++
46 lines
976 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_sound_midi_MidiFileFormat__
|
|
#define __javax_sound_midi_MidiFileFormat__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace sound
|
|
{
|
|
namespace midi
|
|
{
|
|
class MidiFileFormat;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::sound::midi::MidiFileFormat : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
MidiFileFormat(jint, jfloat, jint, jint, jlong);
|
|
virtual jint getType();
|
|
virtual jfloat getDivisionType();
|
|
virtual jint getResolution();
|
|
virtual jint getByteLength();
|
|
virtual jlong getMicrosecondLength();
|
|
public: // actually protected
|
|
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
|
|
jfloat divisionType;
|
|
jint resolution;
|
|
jint byteLength;
|
|
jlong microsecondLength;
|
|
public:
|
|
static const jint UNKNOWN_LENGTH = -1;
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_sound_midi_MidiFileFormat__
|