[][src]Function realsense_sys::rs2_supports_processing_block_info

pub unsafe extern "C" fn rs2_supports_processing_block_info(
    block: *const rs2_processing_block,
    info: rs2_camera_info,
    error: *mut *mut rs2_error
) -> c_int

Check if a processing block supports a specific info type. \param[in] block The processing block to check \param[in] info The parameter to check for support \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return True if the parameter both exist and well-defined for the specific device