From 7ff9c59ceb7fd17a5dc7cf3cc3ad39d5c2ed2029 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 17 Dec 2014 08:21:37 +0100 Subject: Add error type for write method --- src/uca-camera.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uca-camera.h') diff --git a/src/uca-camera.h b/src/uca-camera.h index 156df8b..0b6270c 100644 --- a/src/uca-camera.h +++ b/src/uca-camera.h @@ -43,6 +43,7 @@ typedef enum { UCA_CAMERA_ERROR_NOT_RECORDING, UCA_CAMERA_ERROR_NO_GRAB_FUNC, UCA_CAMERA_ERROR_NOT_IMPLEMENTED, + UCA_CAMERA_ERROR_WRONG_WRITE_METADATA, UCA_CAMERA_ERROR_END_OF_STREAM } UcaCameraError; -- cgit v1.2.3