#[no_mangle]
pub extern "C" fn alass_options_set_interval(
    options: *mut SyncOptions,
    value: i64
) -> ResultCode
Expand description

Sets the alass “interval” parameter

This value represents the smallest recognized unit of time. Smaller numbers make the alignment more accurate, greater numbers make aligning faster. (default 60)