[][src]Function realsense_sys::rs2_get_processing_block

pub unsafe extern "C" fn rs2_get_processing_block(
    list: *const rs2_processing_block_list,
    index: c_int,
    error: *mut *mut rs2_error
) -> *mut rs2_processing_block

Returns specific processing blocks from processing blocks list \param[in] list the processing blocks list \param[in] index the requested processing block \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return processing block