1@chapter Output Devices
2@c man begin OUTPUT DEVICES
3
4Output devices are configured elements in Libav which allow to write
5multimedia data to an output device attached to your system.
6
7When you configure your Libav build, all the supported output devices
8are enabled by default. You can list all available ones using the
9configure option "--list-outdevs".
10
11You can disable all the output devices using the configure option
12"--disable-outdevs", and selectively enable an output device using the
13option "--enable-outdev=@var{OUTDEV}", or you can disable a particular
14input device using the option "--disable-outdev=@var{OUTDEV}".
15
16The option "-formats" of the av* tools will display the list of
17enabled output devices (amongst the muxers).
18
19A description of the currently available output devices follows.
20
21@section alsa
22
23ALSA (Advanced Linux Sound Architecture) output device.
24
25@section oss
26
27OSS (Open Sound System) output device.
28
29@section sndio
30
31sndio audio output device.
32
33@c man end OUTPUT DEVICES
34