[][src]Function realsense_sys::rs2_supports_frame_metadata

pub unsafe extern "C" fn rs2_supports_frame_metadata(
    frame: *const rs2_frame,
    frame_metadata: rs2_frame_metadata_value,
    error: *mut *mut rs2_error
) -> c_int

determine device metadata \param[in] frame handle returned from a callback \param[in] frame_metadata the metadata 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 device has this metadata