LocaleData.class: Regenerate
* classpath/lib/gnu/java/locale/LocaleData.class: Regenerate * classpath/lib/gnu/javax/sound/sampled/gstreamer: Add generated files. * gnu/javax/sound/sampled/gstreamer: Add generated files. From-SVN: r129447
This commit is contained in:
parent
251270426a
commit
e34537aa38
26 changed files with 741 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-10-18 David Daney <ddaney@avtrex.com>
|
||||
|
||||
* classpath/lib/gnu/java/locale/LocaleData.class: Regenerate
|
||||
* classpath/lib/gnu/javax/sound/sampled/gstreamer: Add generated
|
||||
files.
|
||||
* gnu/javax/sound/sampled/gstreamer: Add generated files.
|
||||
|
||||
2007-10-15 Maciej W. Rozycki <macro@linux-mips.org>
|
||||
|
||||
* configure: Regenerate following changes to ../config/tls.m4.
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,44 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_GStreamerMixer$GstInfo__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_GStreamerMixer$GstInfo__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <javax/sound/sampled/Mixer$Info.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
class GStreamerMixer$GstInfo;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::GStreamerMixer$GstInfo : public ::javax::sound::sampled::Mixer$Info
|
||||
{
|
||||
|
||||
public: // actually protected
|
||||
GStreamerMixer$GstInfo();
|
||||
private:
|
||||
static ::java::lang::String * name;
|
||||
static ::java::lang::String * vendor;
|
||||
static ::java::lang::String * desc;
|
||||
static ::java::lang::String * vers;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_GStreamerMixer$GstInfo__
|
84
libjava/gnu/javax/sound/sampled/gstreamer/GStreamerMixer.h
Normal file
84
libjava/gnu/javax/sound/sampled/gstreamer/GStreamerMixer.h
Normal file
|
@ -0,0 +1,84 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_GStreamerMixer__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_GStreamerMixer__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
class GStreamerMixer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
class AudioFormat;
|
||||
class Control;
|
||||
class Control$Type;
|
||||
class Line;
|
||||
class Line$Info;
|
||||
class LineListener;
|
||||
class Mixer$Info;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::GStreamerMixer : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public:
|
||||
GStreamerMixer();
|
||||
virtual ::javax::sound::sampled::Line * getLine(::javax::sound::sampled::Line$Info *);
|
||||
virtual jint getMaxLines(::javax::sound::sampled::Line$Info *);
|
||||
virtual ::javax::sound::sampled::Mixer$Info * getMixerInfo();
|
||||
virtual JArray< ::javax::sound::sampled::Line$Info * > * getSourceLineInfo();
|
||||
virtual JArray< ::javax::sound::sampled::Line$Info * > * getSourceLineInfo(::javax::sound::sampled::Line$Info *);
|
||||
virtual JArray< ::javax::sound::sampled::Line * > * getSourceLines();
|
||||
virtual JArray< ::javax::sound::sampled::Line$Info * > * getTargetLineInfo();
|
||||
virtual JArray< ::javax::sound::sampled::Line$Info * > * getTargetLineInfo(::javax::sound::sampled::Line$Info *);
|
||||
virtual JArray< ::javax::sound::sampled::Line * > * getTargetLines();
|
||||
virtual jboolean isLineSupported(::javax::sound::sampled::Line$Info *);
|
||||
virtual jboolean isSynchronizationSupported(JArray< ::javax::sound::sampled::Line * > *, jboolean);
|
||||
virtual void synchronize(JArray< ::javax::sound::sampled::Line * > *, jboolean);
|
||||
virtual void unsynchronize(JArray< ::javax::sound::sampled::Line * > *);
|
||||
virtual void addLineListener(::javax::sound::sampled::LineListener *);
|
||||
virtual void close();
|
||||
virtual ::javax::sound::sampled::Control * getControl(::javax::sound::sampled::Control$Type *);
|
||||
virtual JArray< ::javax::sound::sampled::Control * > * getControls();
|
||||
virtual ::javax::sound::sampled::Line$Info * getLineInfo();
|
||||
virtual jboolean isControlSupported(::javax::sound::sampled::Control$Type *);
|
||||
virtual jboolean isOpen();
|
||||
virtual void open();
|
||||
virtual void removeLineListener(::javax::sound::sampled::LineListener *);
|
||||
static ::java::lang::String * GST_BACKEND;
|
||||
static ::java::lang::String * GST_DECODER;
|
||||
private:
|
||||
static JArray< ::javax::sound::sampled::AudioFormat * > * BASIC_FORMATS;
|
||||
static ::javax::sound::sampled::Mixer$Info * INFO;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_GStreamerMixer__
|
|
@ -0,0 +1,57 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_GStreamerMixerProvider__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_GStreamerMixerProvider__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <javax/sound/sampled/spi/MixerProvider.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
class GStreamerMixer;
|
||||
class GStreamerMixerProvider;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
class Mixer;
|
||||
class Mixer$Info;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::GStreamerMixerProvider : public ::javax::sound::sampled::spi::MixerProvider
|
||||
{
|
||||
|
||||
public:
|
||||
GStreamerMixerProvider();
|
||||
virtual ::javax::sound::sampled::Mixer * getMixer(::javax::sound::sampled::Mixer$Info *);
|
||||
virtual JArray< ::javax::sound::sampled::Mixer$Info * > * getMixerInfo();
|
||||
private:
|
||||
static ::gnu::javax::sound::sampled::gstreamer::GStreamerMixer * mixer;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_GStreamerMixerProvider__
|
|
@ -0,0 +1,65 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReader__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReader__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <javax/sound/sampled/spi/AudioFileReader.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class GstAudioFileReader;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace java
|
||||
{
|
||||
namespace net
|
||||
{
|
||||
class URL;
|
||||
}
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
class AudioFileFormat;
|
||||
class AudioInputStream;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReader : public ::javax::sound::sampled::spi::AudioFileReader
|
||||
{
|
||||
|
||||
public:
|
||||
GstAudioFileReader();
|
||||
virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::io::File *);
|
||||
virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::io::InputStream *);
|
||||
virtual ::javax::sound::sampled::AudioFileFormat * getAudioFileFormat(::java::net::URL *);
|
||||
virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::io::File *);
|
||||
virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::io::InputStream *);
|
||||
virtual ::javax::sound::sampled::AudioInputStream * getAudioInputStream(::java::net::URL *);
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReader__
|
|
@ -0,0 +1,57 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer$GstHeader__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer$GstHeader__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class GstAudioFileReaderNativePeer$GstHeader;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReaderNativePeer$GstHeader : public ::java::lang::Object
|
||||
{
|
||||
|
||||
GstAudioFileReaderNativePeer$GstHeader();
|
||||
public: // actually package-private
|
||||
GstAudioFileReaderNativePeer$GstHeader(::gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReaderNativePeer$GstHeader *);
|
||||
public:
|
||||
::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) file;
|
||||
::java::lang::String * suffix;
|
||||
::java::lang::String * name;
|
||||
::java::lang::String * mimetype;
|
||||
::java::lang::String * endianness;
|
||||
::java::lang::String * channels;
|
||||
::java::lang::String * rate;
|
||||
::java::lang::String * width;
|
||||
::java::lang::String * depth;
|
||||
::java::lang::String * isSigned;
|
||||
::java::lang::String * layer;
|
||||
::java::lang::String * bitrate;
|
||||
::java::lang::String * framed;
|
||||
::java::lang::String * type;
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer$GstHeader__
|
|
@ -0,0 +1,73 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class GstAudioFileReaderNativePeer;
|
||||
class GstAudioFileReaderNativePeer$GstHeader;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace java
|
||||
{
|
||||
namespace net
|
||||
{
|
||||
class URL;
|
||||
}
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
class AudioFormat;
|
||||
class AudioFormat$Encoding;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReaderNativePeer : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
GstAudioFileReaderNativePeer();
|
||||
public:
|
||||
static ::javax::sound::sampled::AudioFormat * getAudioFormat(::java::io::File *);
|
||||
static ::javax::sound::sampled::AudioFormat * getAudioFormat(::java::io::InputStream *);
|
||||
static ::javax::sound::sampled::AudioFormat * getAudioFormat(::java::net::URL *);
|
||||
private:
|
||||
static ::javax::sound::sampled::AudioFormat$Encoding * getEncoding(::gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReaderNativePeer$GstHeader *);
|
||||
static ::javax::sound::sampled::AudioFormat * getAudioFormat(::gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReaderNativePeer$GstHeader *);
|
||||
public: // actually protected
|
||||
static jboolean gstreamer_get_audio_format_stream(::gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReaderNativePeer$GstHeader *, ::java::io::BufferedInputStream *);
|
||||
static jboolean gstreamer_get_audio_format_file(::gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReaderNativePeer$GstHeader *);
|
||||
private:
|
||||
static ::java::lang::String * GST_ENCODING;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer__
|
|
@ -0,0 +1,58 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileWriter__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileWriter__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <javax/sound/sampled/spi/AudioFileWriter.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class GstAudioFileWriter;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
class AudioFileFormat$Type;
|
||||
class AudioInputStream;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::io::GstAudioFileWriter : public ::javax::sound::sampled::spi::AudioFileWriter
|
||||
{
|
||||
|
||||
public:
|
||||
GstAudioFileWriter();
|
||||
virtual JArray< ::javax::sound::sampled::AudioFileFormat$Type * > * getAudioFileTypes();
|
||||
virtual JArray< ::javax::sound::sampled::AudioFileFormat$Type * > * getAudioFileTypes(::javax::sound::sampled::AudioInputStream *);
|
||||
virtual jint write(::javax::sound::sampled::AudioInputStream *, ::javax::sound::sampled::AudioFileFormat$Type *, ::java::io::File *);
|
||||
virtual jint write(::javax::sound::sampled::AudioInputStream *, ::javax::sound::sampled::AudioFileFormat$Type *, ::java::io::OutputStream *);
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileWriter__
|
|
@ -0,0 +1,51 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_lines_GstDataLine$State__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_lines_GstDataLine$State__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Enum.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
namespace lines
|
||||
{
|
||||
class GstDataLine$State;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::lines::GstDataLine$State : public ::java::lang::Enum
|
||||
{
|
||||
|
||||
GstDataLine$State(::java::lang::String *, jint);
|
||||
public:
|
||||
static JArray< ::gnu::javax::sound::sampled::gstreamer::lines::GstDataLine$State * > * values();
|
||||
static ::gnu::javax::sound::sampled::gstreamer::lines::GstDataLine$State * valueOf(::java::lang::String *);
|
||||
static ::gnu::javax::sound::sampled::gstreamer::lines::GstDataLine$State * PLAY;
|
||||
static ::gnu::javax::sound::sampled::gstreamer::lines::GstDataLine$State * PAUSE;
|
||||
static ::gnu::javax::sound::sampled::gstreamer::lines::GstDataLine$State * STOP;
|
||||
private:
|
||||
static JArray< ::gnu::javax::sound::sampled::gstreamer::lines::GstDataLine$State * > * ENUM$VALUES;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_lines_GstDataLine$State__
|
|
@ -0,0 +1,89 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_lines_GstDataLine__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_lines_GstDataLine__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
namespace lines
|
||||
{
|
||||
class GstDataLine;
|
||||
class GstDataLine$State;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
class AudioFormat;
|
||||
class Control;
|
||||
class Control$Type;
|
||||
class Line$Info;
|
||||
class LineListener;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::lines::GstDataLine : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public:
|
||||
GstDataLine(::javax::sound::sampled::AudioFormat *);
|
||||
GstDataLine(::javax::sound::sampled::AudioFormat *, jint);
|
||||
virtual jint getBufferSize();
|
||||
virtual ::javax::sound::sampled::AudioFormat * getFormat();
|
||||
virtual jfloat getLevel();
|
||||
virtual jboolean isRunning();
|
||||
virtual void addLineListener(::javax::sound::sampled::LineListener *);
|
||||
virtual ::javax::sound::sampled::Control * getControl(::javax::sound::sampled::Control$Type *);
|
||||
virtual JArray< ::javax::sound::sampled::Control * > * getControls();
|
||||
virtual ::javax::sound::sampled::Line$Info * getLineInfo();
|
||||
virtual jboolean isControlSupported(::javax::sound::sampled::Control$Type *);
|
||||
virtual jboolean isOpen();
|
||||
virtual void open();
|
||||
virtual void removeLineListener(::javax::sound::sampled::LineListener *);
|
||||
virtual jint available() = 0;
|
||||
virtual void drain() = 0;
|
||||
virtual void flush() = 0;
|
||||
virtual jint getFramePosition() = 0;
|
||||
virtual jlong getLongFramePosition() = 0;
|
||||
virtual jlong getMicrosecondPosition() = 0;
|
||||
virtual jboolean isActive() = 0;
|
||||
virtual void start() = 0;
|
||||
virtual void stop() = 0;
|
||||
virtual void close() = 0;
|
||||
static const jint DEFAULT_BUFFER_SIZE = 1024;
|
||||
public: // actually protected
|
||||
::gnu::javax::sound::sampled::gstreamer::lines::GstDataLine$State * __attribute__((aligned(__alignof__( ::java::lang::Object)))) state;
|
||||
::java::lang::Boolean * open__;
|
||||
private:
|
||||
::javax::sound::sampled::AudioFormat * format;
|
||||
jint bufferSize;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_lines_GstDataLine__
|
|
@ -0,0 +1,41 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_lines_GstNativeDataLine__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_lines_GstNativeDataLine__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
namespace lines
|
||||
{
|
||||
class GstNativeDataLine;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::lines::GstNativeDataLine : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public:
|
||||
GstNativeDataLine();
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_lines_GstNativeDataLine__
|
|
@ -0,0 +1,49 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_lines_GstPipeline__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_lines_GstPipeline__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace classpath
|
||||
{
|
||||
class Pointer;
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
namespace lines
|
||||
{
|
||||
class GstPipeline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::lines::GstPipeline : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public:
|
||||
GstPipeline();
|
||||
private:
|
||||
void setState();
|
||||
::gnu::classpath::Pointer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) pipeline;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_lines_GstPipeline__
|
|
@ -0,0 +1,66 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_javax_sound_sampled_gstreamer_lines_GstSourceDataLine__
|
||||
#define __gnu_javax_sound_sampled_gstreamer_lines_GstSourceDataLine__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <gnu/javax/sound/sampled/gstreamer/lines/GstDataLine.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
namespace gstreamer
|
||||
{
|
||||
namespace lines
|
||||
{
|
||||
class GstSourceDataLine;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
namespace javax
|
||||
{
|
||||
namespace sound
|
||||
{
|
||||
namespace sampled
|
||||
{
|
||||
class AudioFormat;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::javax::sound::sampled::gstreamer::lines::GstSourceDataLine : public ::gnu::javax::sound::sampled::gstreamer::lines::GstDataLine
|
||||
{
|
||||
|
||||
public:
|
||||
GstSourceDataLine(::javax::sound::sampled::AudioFormat *);
|
||||
virtual void open(::javax::sound::sampled::AudioFormat *);
|
||||
virtual void open(::javax::sound::sampled::AudioFormat *, jint);
|
||||
virtual jint write(JArray< jbyte > *, jint, jint);
|
||||
virtual jint available();
|
||||
virtual void drain();
|
||||
virtual void flush();
|
||||
virtual jint getFramePosition();
|
||||
virtual jlong getLongFramePosition();
|
||||
virtual jlong getMicrosecondPosition();
|
||||
virtual jboolean isActive();
|
||||
virtual void start();
|
||||
virtual void stop();
|
||||
virtual void close();
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_javax_sound_sampled_gstreamer_lines_GstSourceDataLine__
|
Loading…
Add table
Reference in a new issue