summaryrefslogtreecommitdiffstats
path: root/bindings/csharp/tmedia_chroma_t.cs
blob: 106fe19eed31c78fa03fa66f0d1b13c0d8fea0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 2.0.9
 *
 * 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 tmedia_chroma_t {
  tmedia_chroma_none = 0,
  tmedia_chroma_rgb24,
  tmedia_chroma_bgr24,
  tmedia_chroma_rgb32,
  tmedia_chroma_rgb565le,
  tmedia_chroma_rgb565be,
  tmedia_chroma_nv12,
  tmedia_chroma_nv21,
  tmedia_chroma_yuv422p,
  tmedia_chroma_uyvy422,
  tmedia_chroma_yuv420p,
  tmedia_chroma_mjpeg,
  tmedia_chroma_yuyv422
}

}
OpenPOWER on IntegriCloud