[][src]Function realsense_sys::rs2_is_processing_block_extendable_to

pub unsafe extern "C" fn rs2_is_processing_block_extendable_to(
    block: *const rs2_processing_block,
    extension_type: rs2_extension,
    error: *mut *mut rs2_error
) -> c_int

Test if the given processing block can be extended to the requested extension \param[in] block processing block \param[in] extension The extension to which the sensor should be tested if it is extendable \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return non-zero value iff the processing block can be extended to the given extension