blob: 82878f196220d648b25f44adeac8751669abde29 (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
// 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 classpath
{
class Pointer;
}
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 * getAudioFormat(::java::io::InputStream *, ::gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReaderNativePeer$GstHeader *);
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 *, ::gnu::classpath::Pointer *);
static jboolean gstreamer_get_audio_format_file(::gnu::javax::sound::sampled::gstreamer::io::GstAudioFileReaderNativePeer$GstHeader *);
private:
static void init_id_cache();
static ::java::lang::String * GST_ENCODING;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_javax_sound_sampled_gstreamer_io_GstAudioFileReaderNativePeer__
|