Ejemplo n.º 1
0
 public static void setDefaultChroma(tmedia_chroma_t eChroma)
 {
     tinyWRAPPINVOKE.ProxyVideoConsumer_setDefaultChroma((int)eChroma);
 }
Ejemplo n.º 2
0
 public static void setDefaultChroma(tmedia_chroma_t chroma)
 {
     tinyWRAPPINVOKE.ProxyVideoProducer_setDefaultChroma((int)chroma);
 }
Ejemplo n.º 3
0
 public static void setDefaultChroma(tmedia_chroma_t chroma) {
   tinyWRAPPINVOKE.ProxyVideoConsumer_setDefaultChroma((int)chroma);
 }
Ejemplo n.º 4
0
 public MyProxyVideoConsumer(tmedia_chroma_t chroma)
     : base(chroma)
 {
 }
Ejemplo n.º 5
0
 public MyProxyVideoProducer(tmedia_chroma_t chroma)
     : base(chroma)
 {
 }
Ejemplo n.º 6
0
 public static void setDefaultChroma(tmedia_chroma_t eChroma) {
   tinyWRAPPINVOKE.ProxyVideoProducer_setDefaultChroma((int)eChroma);
 }
Ejemplo n.º 7
0
 public MyProxyVideoConsumer(tmedia_chroma_t chroma)
     : base(chroma)
 {
 }
Ejemplo n.º 8
0
 public MyProxyVideoProducer(tmedia_chroma_t chroma)
     : base(chroma)
 {
 }