/// <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; }
private static extern void dllz_record(ref Recording_state state);