package ffmpeg-avdevice
Install
Dune Dependency
Authors
Maintainers
Sources
md5=a9fee102d6f0088b156ff204c0dc2754
sha512=1274f0e4c5504e6afd522a50682ed1b2b63a1fd0d174d928c97e7e57cebf1a7714b2b019dfe1f29952a7ff5b8d2c25d10590aa893c5b2d66cb8e845a59323bd9
doc/ffmpeg-avdevice/Avdevice/index.html
Module Avdevice
Source
Tits module contains input and output devices for grabbing from and rendering to many common multimedia input/output software frameworks.
Initialize the module. This is done implicitely if you use any of the module's API but is here to provide an easy way to make sure that the module is explicitely linked by the OCaml compiler. NOT thread-safe!
Return the audio input devices formats.
Return the default audio input device format.
Return the video input devices formats.
Return the default video input device format.
Return the audio output devices formats.
Return the default audio output device format.
Return the video output devices formats.
Return the default video output device format.
Open the audio input device from its name. Raise Error if the device is not found.
Open the default audio input device from its name. Raise Error if the device is not found.
Open the video input device from its name. Raise Error if the device is not found.
Open the default video input device from its name. Raise Error if the device is not found.
Open the audio output device from its name. Raise Error if the device is not found.
Open the default audio output device from its name. Raise Error if the device is not found.
Open the video output device from its name. Raise Error if the device is not found.
Open the default video output device from its name. Raise Error if the device is not found.
Application to device communication
Device to application communication