twrap_proxy_plugin_type_t.cs 599 B

123456789101112131415161718
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.9
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. namespace org.doubango.tinyWRAP {
  9. public enum twrap_proxy_plugin_type_t {
  10. twrap_proxy_plugin_audio_producer,
  11. twrap_proxy_plugin_video_producer,
  12. twrap_proxy_plugin_audio_consumer,
  13. twrap_proxy_plugin_video_consumer
  14. }
  15. }