Files
voice_bridge/venv/lib/python3.12/site-packages/av/format.pxd
2026-01-09 10:28:44 +11:00

13 lines
234 B
Cython

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*)