package ffmpeg-avdevice
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=996d69434972553ecf3ae04e95d5c09d
sha512=1ae911c8cf4743a39bdb8b6b38185975955adeb8f0dc263f9b8c93259df0f85492a0213a8c7ac13a56eee63a5c46f8184d6015ddc8b3047876d6226a75562d50
doc/ffmpeg-avdevice/Avdevice/index.html
Module AvdeviceSource
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