Function librist_sys::rist_sender_create[][src]

pub unsafe extern "C" fn rist_sender_create(
    ctx: *mut *mut rist_ctx,
    profile: rist_profile,
    flow_id: u32,
    logging_settings: *mut rist_logging_settings
) -> c_int

@brief Create Sender

Create a RIST sender instance

@param[out] ctx a context representing the sender instance @param profile RIST profile @param flow_id Flow ID, use 0 to delegate creation of flow_id to lib @param logging_settings Struct containing logging settings @return 0 on success, -1 in case of error.