*/
int dcm_face_destroy(dcm_face_h handle);
-/**
- * @brief Gets the preferred color space of the facial engine.
- * @remarks The preferred color space depends on the facial engine.
- * @param[in] handle The facial engine handle
- * @param[out] colorspace The preferred color space
- * @return 0 on success, otherwise a negative error value.
- * @retval #MS_MEDIA_ERR_NONE Successful
- * @retval #MS_MEDIA_ERR_INVALID_PARAMETER Invalid parameter
- * @see dcm_face_create()
- */
-int dcm_face_get_prefered_colorspace(dcm_face_h handle, face_image_colorspace_e *colorspace);
-
/**
* @brief Creates a face image handle containing the input image data
* @remarks The @a face_image must be released with face_image_destroy() by you.