MisterAI's picture
download
raw
768 Bytes
cimport libav as lib
from av.codec.context cimport CodecContext
from av.container.core cimport Container
from av.frame cimport Frame
from av.index cimport IndexEntries
from av.packet cimport Packet
cdef class Stream:
cdef lib.AVStream *ptr
# Stream attributes.
cdef readonly Container container
cdef readonly dict metadata
# CodecContext attributes.
cdef readonly CodecContext codec_context
cdef readonly IndexEntries index_entries
# Private API.
cdef _init(self, Container, lib.AVStream*, CodecContext)
cdef _finalize_for_output(self)
cdef _set_id(self, value)
cdef Stream wrap_stream(Container, lib.AVStream*, CodecContext)
cdef class DataStream(Stream):
pass
cdef class AttachmentStream(Stream):
pass

Xet Storage Details

Size:
768 Bytes
·
Xet hash:
8273d3705af844d0903efacfac6b078aef91a775640a07257825a623f7c08627

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.