]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - play.ggo
add new writer to para_play: file
[paraslash.git] / play.ggo
index 23cd64ee4499fbc1b8b5fcc353889f3d1d56f516..b1c808391895a6f546edd6eb04d6edb25a42a1ca 100644 (file)
--- a/play.ggo
+++ b/play.ggo
@@ -14,3 +14,20 @@ option "loglevel" l
        default="4"
        optional
 
+
+option "writer" w
+#~~~~~~~~~~~~~~~
+
+"select stream writer"
+
+       string typestr="name"
+       default="alsa (file if alsa is unsupported)"
+       optional
+       multiple
+
+option "list_writers" L
+#~~~~~~~~~~~~~~~~~~~~~~
+"print available writers and exit"
+
+       flag off
+       optional