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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [sound/] [sampled/] [gstreamer/] [io/] [GstAudioFileWriter.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileWriter__
5
#define __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileWriter__
6
 
7
#pragma interface
8
 
9
#include <javax/sound/sampled/spi/AudioFileWriter.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace sound
19
      {
20
        namespace sampled
21
        {
22
          namespace gstreamer
23
          {
24
            namespace io
25
            {
26
                class GstAudioFileWriter;
27
            }
28
          }
29
        }
30
      }
31
    }
32
  }
33
  namespace javax
34
  {
35
    namespace sound
36
    {
37
      namespace sampled
38
      {
39
          class AudioFileFormat$Type;
40
          class AudioInputStream;
41
      }
42
    }
43
  }
44
}
45
 
46
class gnu::javax::sound::sampled::gstreamer::io::GstAudioFileWriter : public ::javax::sound::sampled::spi::AudioFileWriter
47
{
48
 
49
public:
50
  GstAudioFileWriter();
51
  virtual JArray< ::javax::sound::sampled::AudioFileFormat$Type * > * getAudioFileTypes();
52
  virtual JArray< ::javax::sound::sampled::AudioFileFormat$Type * > * getAudioFileTypes(::javax::sound::sampled::AudioInputStream *);
53
  virtual jint write(::javax::sound::sampled::AudioInputStream *, ::javax::sound::sampled::AudioFileFormat$Type *, ::java::io::File *);
54
  virtual jint write(::javax::sound::sampled::AudioInputStream *, ::javax::sound::sampled::AudioFileFormat$Type *, ::java::io::OutputStream *);
55
  static ::java::lang::Class class$;
56
};
57
 
58
#endif // __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileWriter__

powered by: WebSVN 2.1.0

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