tdav_codec_id_t.cs 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. [System.Obsolete("Deprecated and replaced by 'tmedia_codec_id_t'. Will be removed in Doubango 3.0.", false)]
  10. public enum tdav_codec_id_t {
  11. tdav_codec_id_none = 0x00000000,
  12. tdav_codec_id_amr_nb_oa = 0x00000001 << 0,
  13. tdav_codec_id_amr_nb_be = 0x00000001 << 1,
  14. tdav_codec_id_amr_wb_oa = 0x00000001 << 2,
  15. tdav_codec_id_amr_wb_be = 0x00000001 << 3,
  16. tdav_codec_id_gsm = 0x00000001 << 4,
  17. tdav_codec_id_pcma = 0x00000001 << 5,
  18. tdav_codec_id_pcmu = 0x00000001 << 6,
  19. tdav_codec_id_ilbc = 0x00000001 << 7,
  20. tdav_codec_id_speex_nb = 0x00000001 << 8,
  21. tdav_codec_id_speex_wb = 0x00000001 << 9,
  22. tdav_codec_id_speex_uwb = 0x00000001 << 10,
  23. tdav_codec_id_bv16 = 0x00000001 << 11,
  24. tdav_codec_id_bv32 = 0x00000001 << 12,
  25. tdav_codec_id_opus = 0x00000001 << 13,
  26. tdav_codec_id_g729ab = 0x00000001 << 14,
  27. tdav_codec_id_g722 = 0x00000001 << 15,
  28. tdav_codec_id_h261 = 0x00010000 << 0,
  29. tdav_codec_id_h263 = 0x00010000 << 1,
  30. tdav_codec_id_h263p = 0x00010000 << 2,
  31. tdav_codec_id_h263pp = 0x00010000 << 3,
  32. tdav_codec_id_h264_bp = 0x00010000 << 4,
  33. tdav_codec_id_h264_mp = 0x00010000 << 5,
  34. tdav_codec_id_h264_hp = 0x00010000 << 6,
  35. tdav_codec_id_h264_bp10 = tdav_codec_id_h264_bp,
  36. tdav_codec_id_h264_bp20 = tdav_codec_id_h264_bp,
  37. tdav_codec_id_h264_bp30 = tdav_codec_id_h264_bp,
  38. tdav_codec_id_h264_svc = 0x00010000 << 7,
  39. tdav_codec_id_theora = 0x00010000 << 8,
  40. tdav_codec_id_mp4ves_es = 0x00010000 << 9,
  41. tdav_codec_id_vp8 = 0x00010000 << 10,
  42. tdav_codec_id_t140 = 0x00010000 << 14,
  43. tdav_codec_id_red = 0x00010000 << 15
  44. }
  45. }