Decompress
openzl.ext.DCtx
__module__ = 'openzl.ext'
class-attribute
str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str
Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.str() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.
__init__()
method descriptor
init(self) -> None
__new__(*args, **kwargs)
builtin
Create and return a new object. See help(type) for accurate signature.
decompress()
method descriptor
decompress(self, arg: bytes, /) -> list[openzl.ext.Output]
get_parameter()
method descriptor
get_parameter(self, arg: openzl.ext.DParam, /) -> int
register_custom_decoder()
method descriptor
register_custom_decoder(self, arg: openzl.ext.CustomDecoder, /) -> None
reset_parameters()
method descriptor
reset_parameters(self) -> None
set_parameter()
method descriptor
set_parameter(self, arg0: openzl.ext.DParam, arg1: int, /) -> None
openzl.ext.FrameInfo
__module__ = 'openzl.ext'
class-attribute
str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str
Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.str() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.
num_outputs
property
(self) -> int
__init__()
method descriptor
init(self, arg: bytes, /) -> None
__new__(*args, **kwargs)
builtin
Create and return a new object. See help(type) for accurate signature.
output_content_size()
method descriptor
output_content_size(self, index: int) -> int
output_type()
method descriptor
output_type(self, index: int) -> openzl.ext.Type