swaroop: Disable play/stop/pause and slider during ad content.
[dcpomatic.git] / src / lib / types.h
index 42e2e3eecd2c8d6801e3b6563ecdcf53a5b116d4..607c9e275098ba840af9395bbfbe7b979afee55c 100644 (file)
@@ -129,6 +129,13 @@ enum ReelType
        REELTYPE_BY_LENGTH
 };
 
+enum ChangeType
+{
+       CHANGE_TYPE_PENDING,
+       CHANGE_TYPE_DONE,
+       CHANGE_TYPE_CANCELLED
+};
+
 /** Type of captions.
  *
  *  The generally accepted definitions seem to be:
@@ -154,6 +161,12 @@ extern std::string text_type_to_string (TextType t);
 extern std::string text_type_to_name (TextType t);
 extern TextType string_to_text_type (std::string s);
 
+enum ExportFormat
+{
+       EXPORT_FORMAT_PRORES,
+       EXPORT_FORMAT_H264
+};
+
 /** @struct Crop
  *  @brief A description of the crop of an image or video.
  */