summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMate Sebok <smfinc.org@gmail.com>2015-04-22 18:38:38 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-22 20:12:36 +0200
commit4d98015dcf6562b5822a96f024ac8c94b95203a6 (patch)
treeccdf417deec93a4ceff5dda011de923c5b1a69f6 /doc
parent53ff9a4ec9ce1ab4ff2ab92479b885260ff5cf4c (diff)
dshow: add capture device save and load
Signed-off-by: Mate Sebok <smfinc.org@gmail.com> Reviewed-by: Roger Pack <rogerdpack2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/indevs.texi24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 9818531e38..d5415bbc7c 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -350,6 +350,30 @@ If set to @option{true}, before capture starts, popup a display
dialog to the end user, allowing them to manually
modify TV audio (like mono vs. stereo, Language A,B or C).
+@item audio_device_load
+Load an audio capture filter device from file instead of searching
+it by name. It may load additional parameters too, if the filter
+supports the serialization of its properties to.
+To use this an audio capture source has to be specified, but it can
+be anything even fake one.
+
+@item audio_device_save
+Save the currently used audio capture filter device and its
+parameters (if the filter supports it) to a file.
+If a file with the same name exists it will be overwritten.
+
+@item video_device_load
+Load a video capture filter device from file instead of searching
+it by name. It may load additional parameters too, if the filter
+supports the serialization of its properties to.
+To use this a video capture source has to be specified, but it can
+be anything even fake one.
+
+@item video_device_save
+Save the currently used video capture filter device and its
+parameters (if the filter supports it) to a file.
+If a file with the same name exists it will be overwritten.
+
@end table
@subsection Examples