GstNativeDataLine.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_sound_sampled_gstreamer_lines_GstNativeDataLine__
  3. #define __gnu_javax_sound_sampled_gstreamer_lines_GstNativeDataLine__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace classpath
  11. {
  12. class Pointer;
  13. }
  14. namespace javax
  15. {
  16. namespace sound
  17. {
  18. namespace sampled
  19. {
  20. namespace gstreamer
  21. {
  22. namespace lines
  23. {
  24. class GstNativeDataLine;
  25. class GstPipeline;
  26. }
  27. }
  28. }
  29. }
  30. }
  31. }
  32. }
  33. class gnu::javax::sound::sampled::gstreamer::lines::GstNativeDataLine : public ::java::lang::Object
  34. {
  35. public:
  36. GstNativeDataLine();
  37. static ::gnu::javax::sound::sampled::gstreamer::lines::GstPipeline * createSourcePipeline(jint);
  38. private:
  39. static void init_id_cache();
  40. static jboolean setup_sink_pipeline(::gnu::classpath::Pointer *);
  41. public:
  42. static ::java::lang::Class class$;
  43. };
  44. #endif // __gnu_javax_sound_sampled_gstreamer_lines_GstNativeDataLine__