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

cimport libav as lib


cdef class _Dictionary:

    cdef lib.AVDictionary *ptr

    cpdef _Dictionary copy(self)


cdef _Dictionary wrap_dictionary(lib.AVDictionary *input_)
Back to Directory File Manager