Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
krishna-k
/
fast-rtc
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fast-rtc
/
env-my
/
Lib
/
site-packages
/
av
/
buffer.pxd
krishna-k
Upload folder using huggingface_hub
06555b5
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Wrap lines
132 Bytes
cdef
class
Buffer:
cdef
size_t
_buffer_size
(
self
)
cdef
void
*
_buffer_ptr
(
self
)
cdef
bint
_buffer_writable
(
self
)