summaryrefslogtreecommitdiff
path: root/doc/outdevs.texi
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki2@gmail.com>2014-04-28 21:33:23 +0200
committerLukasz Marek <lukasz.m.luki2@gmail.com>2014-04-30 00:35:42 +0200
commit954a8f448355ded25bb2638d54d652be736b84d5 (patch)
treec26c693c9c14d402c401150e20bfd872d0a6f003 /doc/outdevs.texi
parente2ebaa09339c891651fac5c71cab9157ccf1b402 (diff)
downloadffmpeg-954a8f448355ded25bb2638d54d652be736b84d5.tar.gz
lavd/pulse_audio_enc: add more buffer attributes
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r--doc/outdevs.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index 2dadf6c6ba..a1d89eb801 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -290,6 +290,20 @@ When both options are provided then the highest value is used
are set to 0 (which is default), the device will use the default
PulseAudio duration value. By default PulseAudio set buffer duration
to around 2 seconds.
+
+@item prebuf
+Specify pre-buffering size in bytes. The server does not start with
+playback before at least @option{prebuf} bytes are available in the
+buffer. By default this option is initialized to the same value as
+@option{buffer_size} or @option{buffer_duration} (whichever is bigger).
+
+@item minreq
+Specify minimum request size in bytes. The server does not request less
+than @option{minreq} bytes from the client, instead waits until the buffer
+is free enough to request more bytes at once. It is recommended to not set
+this option, which will initialize this to a value that is deemed sensible
+by the server.
+
@end table
@subsection Examples