tmedia_qos_strength_t.cs 602 B

12345678910111213141516171819
  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 tmedia_qos_strength_t {
  10. tmedia_qos_strength_none,
  11. tmedia_qos_strength_failure,
  12. tmedia_qos_strength_unknown,
  13. tmedia_qos_strength_optional,
  14. tmedia_qos_strength_mandatory
  15. }
  16. }