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