Function rusteron_media_driver::bindings::aeron_properties_load

source ยท
pub unsafe extern "C" fn aeron_properties_load(
    url_or_filename: *const c_char,
) -> c_int
Expand description

Load properties based on URL or filename. If string contains file or http URL, it will attempt to load properties from a file or http as indicated. If not a URL, then it will try to load the string as a filename.

@param url_or_filename to load properties from. @return 0 for success and -1 for error.