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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [applet/] [Applet$URLAudioClip.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_applet_Applet$URLAudioClip__
5
#define __java_applet_Applet$URLAudioClip__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace applet
15
    {
16
        class Applet$URLAudioClip;
17
    }
18
    namespace net
19
    {
20
        class URL;
21
    }
22
  }
23
  namespace javax
24
  {
25
    namespace sound
26
    {
27
      namespace sampled
28
      {
29
          class Clip;
30
      }
31
    }
32
  }
33
}
34
 
35
class java::applet::Applet$URLAudioClip : public ::java::lang::Object
36
{
37
 
38
public:
39
  Applet$URLAudioClip(::java::net::URL *);
40
private:
41
  ::javax::sound::sampled::Clip * getClip();
42
public:
43
  virtual void loop();
44
  virtual void play();
45
  virtual void stop();
46
private:
47
  ::java::net::URL * __attribute__((aligned(__alignof__( ::java::lang::Object)))) url;
48
  ::javax::sound::sampled::Clip * clip;
49
public:
50
  static ::java::lang::Class class$;
51
};
52
 
53
#endif // __java_applet_Applet$URLAudioClip__

powered by: WebSVN 2.1.0

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