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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [sound/] [sampled/] [DataLine$Info.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_sound_sampled_DataLine$Info__
5
#define __javax_sound_sampled_DataLine$Info__
6
 
7
#pragma interface
8
 
9
#include <javax/sound/sampled/Line$Info.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace sound
17
    {
18
      namespace sampled
19
      {
20
          class AudioFormat;
21
          class DataLine$Info;
22
          class Line$Info;
23
      }
24
    }
25
  }
26
}
27
 
28
class javax::sound::sampled::DataLine$Info : public ::javax::sound::sampled::Line$Info
29
{
30
 
31
public:
32
  DataLine$Info(::java::lang::Class *, ::javax::sound::sampled::AudioFormat *);
33
  DataLine$Info(::java::lang::Class *, JArray< ::javax::sound::sampled::AudioFormat * > *, jint, jint);
34
  DataLine$Info(::java::lang::Class *, ::javax::sound::sampled::AudioFormat *, jint);
35
  virtual JArray< ::javax::sound::sampled::AudioFormat * > * getFormats();
36
  virtual jint getMaxBufferSize();
37
  virtual jint getMinBufferSize();
38
  virtual jboolean isFormatSupported(::javax::sound::sampled::AudioFormat *);
39
  virtual jboolean matches(::javax::sound::sampled::Line$Info *);
40
  virtual ::java::lang::String * toString();
41
private:
42
  jint __attribute__((aligned(__alignof__( ::javax::sound::sampled::Line$Info)))) minBufferSize;
43
  jint maxBufferSize;
44
  JArray< ::javax::sound::sampled::AudioFormat * > * formats;
45
public:
46
  static ::java::lang::Class class$;
47
};
48
 
49
#endif // __javax_sound_sampled_DataLine$Info__

powered by: WebSVN 2.1.0

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