[][src]Function realsense_sys::rs2_is_frame_extendable_to

pub unsafe extern "C" fn rs2_is_frame_extendable_to(
    frame: *const rs2_frame,
    extension_type: rs2_extension,
    error: *mut *mut rs2_error
) -> c_int

Test if the given frame can be extended to the requested extension \param[in] frame Realsense frame \param[in] extension_type The extension to which the frame 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 frame can be extended to the given extension