diff transform/FileFeatureWriter.h @ 997:2104ea2204d2

Separate out stdout ability (not all writers that support one-file will necessarily want to support it, e.g. for binary formats)
author Chris Cannam
date Mon, 13 Oct 2014 10:56:16 +0100
parents 06579b8ffb7b
children 694301cc71cc
line wrap: on
line diff
--- a/transform/FileFeatureWriter.h	Mon Oct 13 10:55:43 2014 +0100
+++ b/transform/FileFeatureWriter.h	Mon Oct 13 10:56:16 2014 +0100
@@ -50,7 +50,8 @@
     enum FileWriteSupport {
         SupportOneFilePerTrackTransform = 1,
         SupportOneFilePerTrack = 2,
-        SupportOneFileTotal = 4
+        SupportOneFileTotal = 4,
+        SupportStdOut = 8
     };
 
     FileFeatureWriter(int support, QString extension);