OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [sound/] [midi/] [MidiFileFormat.h] - Rev 759

Compare with Previous | Blame | View Log

 
// 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__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.