comparison DOCS/man/en/mplayer.1 @ 34696:f2c90c9dd61c

Add suboption parsing support to ao_pulse and add an option to override auto-detection of broken pause detection.
author reimar
date Sat, 03 Mar 2012 14:03:18 +0000
parents 86632acf9c8d
children 18b59e8fc751
comparison
equal deleted inserted replaced
34695:f7cef684f2a0 34696:f2c90c9dd61c
3113 .TP 3113 .TP
3114 .B "pulse\ \ " 3114 .B "pulse\ \ "
3115 PulseAudio audio output driver 3115 PulseAudio audio output driver
3116 .PD 0 3116 .PD 0
3117 .RSs 3117 .RSs
3118 .IPs "[<host>][:<output sink>]" 3118 .IPs "[<host>[:<output sink>[:broken_pause]]]"
3119 Specify the host and optionally output sink to use. 3119 Specify the host and optionally output sink to use.
3120 An empty <host> string uses a local connection, "localhost" 3120 An empty <host> string uses a local connection, "localhost"
3121 uses network transfer (most likely not what you want). 3121 uses network transfer (most likely not what you want).
3122 You can also explicitly force the workaround for broken
3123 pause functionality (default: autodetected).
3124 To only enable that without specifying a host/sink the
3125 syntax is \-ao pulse:::broken_pause
3122 .RE 3126 .RE
3123 .PD 1 3127 .PD 1
3124 . 3128 .
3125 .TP 3129 .TP
3126 .B sgi (SGI only) 3130 .B sgi (SGI only)