예제 #1
0
 /// <summary>
 /// Record the images, EnableRecording needs to be called before.
 /// </summary>
 public Recording_state Record()
 {
     Recording_state state = new Recording_state();
     dllz_record(ref state);
     return state;
 }
예제 #2
0
 private static extern void dllz_record(ref Recording_state state);