Beispiel #1
0
 public vMixMicroEvent(vmMicroEventType type)
 {
     when = new DateTime();
     what = type;
     with = null;
 }
Beispiel #2
0
 public vMixMicroEvent(vmMicroEventType type)
 {
     when = new DateTime();
     what = type;
     with = null;
 }
Beispiel #3
0
 public vMixMicroEvent(DateTime time, vmMicroEventType type, vMixEvent vmevent)
 {
     when = time;
     what = type;
     with = vmevent;
 }
Beispiel #4
0
 public vMixMicroEvent(DateTime time, vmMicroEventType type, vMixEvent vmevent)
 {
     when = time;
     what = type;
     with = vmevent;
 }