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