Viewing File: /home/ubuntu/codegamaai-test/voice_clone/vocie_ai/lib/python3.10/site-packages/av/format.pxd

cimport libav as lib


cdef class ContainerFormat:

    cdef readonly str name

    cdef lib.AVInputFormat *iptr
    cdef lib.AVOutputFormat *optr


cdef ContainerFormat build_container_format(lib.AVInputFormat*, lib.AVOutputFormat*)
Back to Directory File Manager