mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-04 13:06:01 +00:00
54 lines
970 B
C++
54 lines
970 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_applet_Applet$URLAudioClip__
|
|
#define __java_applet_Applet$URLAudioClip__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace applet
|
|
{
|
|
class Applet$URLAudioClip;
|
|
}
|
|
namespace net
|
|
{
|
|
class URL;
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace sound
|
|
{
|
|
namespace sampled
|
|
{
|
|
class Clip;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class java::applet::Applet$URLAudioClip : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
Applet$URLAudioClip(::java::net::URL *);
|
|
private:
|
|
::javax::sound::sampled::Clip * getClip();
|
|
public:
|
|
virtual void loop();
|
|
virtual void play();
|
|
virtual void stop();
|
|
private:
|
|
::java::net::URL * __attribute__((aligned(__alignof__( ::java::lang::Object)))) url;
|
|
::javax::sound::sampled::Clip * clip;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_applet_Applet$URLAudioClip__
|