Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
av / include / libavdevice / avdevice.pxd
Size: Mime:

cdef extern from "libavdevice/avdevice.h" nogil:

    cdef int   avdevice_version()
    cdef char* avdevice_configuration()
    cdef char* avdevice_license()
    void       avdevice_register_all()

    AVInputFormat * av_input_audio_device_next(AVInputFormat *d)
    AVInputFormat * av_input_video_device_next(AVInputFormat *d)
    AVOutputFormat * av_output_audio_device_next(AVOutputFormat *d)
    AVOutputFormat * av_output_video_device_next(AVOutputFormat *d)