doubango/branches/2.0/doubango/bindings/csharp/twrap_media_type_t.cs

25 lines
760 B
C#
Raw Normal View History

2011-03-25 09:38:07 +00:00
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
2014-11-06 05:15:14 +00:00
* Version 1.3.40
2011-03-25 09:38:07 +00:00
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
namespace org.doubango.tinyWRAP {
public enum twrap_media_type_t {
twrap_media_none = 0x00,
twrap_media_audio = 0x01,
twrap_media_video = 0x02,
twrap_media_msrp = 0x04,
twrap_media_t140 = 0x08,
2014-04-28 21:16:53 +00:00
twrap_media_bfcp = 0x10,
twrap_media_bfcp_audio = 0x30,
twrap_media_bfcp_video = 0x50,
twrap_media_audiovideo = 0x03,
2014-04-29 05:23:50 +00:00
twrap_media_audio_video = twrap_media_audiovideo
2011-03-25 09:38:07 +00:00
}
}