Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
14
venv/lib/python3.12/site-packages/av/bytesource.pxd
Normal file
14
venv/lib/python3.12/site-packages/av/bytesource.pxd
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
from cpython.buffer cimport Py_buffer
|
||||
|
||||
|
||||
cdef class ByteSource:
|
||||
|
||||
cdef object owner
|
||||
|
||||
cdef bint has_view
|
||||
cdef Py_buffer view
|
||||
|
||||
cdef unsigned char *ptr
|
||||
cdef size_t length
|
||||
|
||||
cdef ByteSource bytesource(object, bint allow_none=*)
|
||||
Loading…
Add table
Add a link
Reference in a new issue