Beispiel #1
0
        public void EnableDeviceFromFile(string filename, bool repeat)
        {
            object error;

            NativeMethods.rs2_config_enable_device_from_file_repeat_option(Handle, filename, repeat ? 1 : 0, out error);
        }