Function sunvox_sys::sv_init [] [src]

pub unsafe extern "C" fn sv_init(
    dev: *const c_char,
    freq: c_int,
    channels: c_int,
    flags: c_uint
) -> c_int

Initializes the library.

The flags parameter takes either zero (for default options), or a number of SV_INIT_FLAG_xxx constants ORed together.