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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [sound/] [sampled/] [gstreamer/] [lines/] [GstPipeline$State.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_lines_GstPipeline$State__
5
#define __gnu_javax_sound_sampled_gstreamer_lines_GstPipeline$State__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Enum.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 lines
25
            {
26
                class GstPipeline$State;
27
            }
28
          }
29
        }
30
      }
31
    }
32
  }
33
}
34
 
35
class gnu::javax::sound::sampled::gstreamer::lines::GstPipeline$State : public ::java::lang::Enum
36
{
37
 
38
  GstPipeline$State(::java::lang::String *, jint);
39
public:
40
  static JArray< ::gnu::javax::sound::sampled::gstreamer::lines::GstPipeline$State * > * values();
41
  static ::gnu::javax::sound::sampled::gstreamer::lines::GstPipeline$State * valueOf(::java::lang::String *);
42
  static ::gnu::javax::sound::sampled::gstreamer::lines::GstPipeline$State * PLAY;
43
  static ::gnu::javax::sound::sampled::gstreamer::lines::GstPipeline$State * PAUSE;
44
  static ::gnu::javax::sound::sampled::gstreamer::lines::GstPipeline$State * STOP;
45
  static ::gnu::javax::sound::sampled::gstreamer::lines::GstPipeline$State * CLOSE;
46
private:
47
  static JArray< ::gnu::javax::sound::sampled::gstreamer::lines::GstPipeline$State * > * ENUM$VALUES;
48
public:
49
  static ::java::lang::Class class$;
50
};
51
 
52
#endif // __gnu_javax_sound_sampled_gstreamer_lines_GstPipeline$State__

powered by: WebSVN 2.1.0

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