package ffmpeg-avdevice
Install
Dune Dependency
Authors
Maintainers
Sources
md5=b7ef3b458b71bfc208525d140c998dfb
sha512=468a39c7bda0f88e4e7b3bc4b87c84f8ecfa612be327a57df8df5c613ba60881ae970041e22adef289f69a0edb7acf556c567f16d724283c9dd9950aadf2cea3
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