summaryrefslogtreecommitdiff
path: root/libjava/javax/sound/sampled/DataLine$Info.h
blob: ea6322eae5762ddff7522987f4f32a680241d007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_sound_sampled_DataLine$Info__
#define __javax_sound_sampled_DataLine$Info__

#pragma interface

#include <javax/sound/sampled/Line$Info.h>
#include <gcj/array.h>

extern "Java"
{
  namespace javax
  {
    namespace sound
    {
      namespace sampled
      {
          class AudioFormat;
          class DataLine$Info;
          class Line$Info;
      }
    }
  }
}

class javax::sound::sampled::DataLine$Info : public ::javax::sound::sampled::Line$Info
{

public:
  DataLine$Info(::java::lang::Class *, ::javax::sound::sampled::AudioFormat *);
  DataLine$Info(::java::lang::Class *, JArray< ::javax::sound::sampled::AudioFormat * > *, jint, jint);
  DataLine$Info(::java::lang::Class *, ::javax::sound::sampled::AudioFormat *, jint);
  virtual JArray< ::javax::sound::sampled::AudioFormat * > * getFormats();
  virtual jint getMaxBufferSize();
  virtual jint getMinBufferSize();
  virtual jboolean isFormatSupported(::javax::sound::sampled::AudioFormat *);
  virtual jboolean matches(::javax::sound::sampled::Line$Info *);
  virtual ::java::lang::String * toString();
private:
  jint __attribute__((aligned(__alignof__( ::javax::sound::sampled::Line$Info)))) minBufferSize;
  jint maxBufferSize;
  JArray< ::javax::sound::sampled::AudioFormat * > * formats;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_sound_sampled_DataLine$Info__