MisterAI's picture
download
raw
1.31 kB
from enum import Enum, Flag
from typing import cast
class OptionType(Enum):
FLAGS = cast(int, ...)
INT = cast(int, ...)
INT64 = cast(int, ...)
DOUBLE = cast(int, ...)
FLOAT = cast(int, ...)
STRING = cast(int, ...)
RATIONAL = cast(int, ...)
BINARY = cast(int, ...)
DICT = cast(int, ...)
CONST = cast(int, ...)
IMAGE_SIZE = cast(int, ...)
PIXEL_FMT = cast(int, ...)
SAMPLE_FMT = cast(int, ...)
VIDEO_RATE = cast(int, ...)
DURATION = cast(int, ...)
COLOR = cast(int, ...)
CHANNEL_LAYOUT = cast(int, ...)
BOOL = cast(int, ...)
class OptionFlags(Flag):
ENCODING_PARAM = cast(int, ...)
DECODING_PARAM = cast(int, ...)
AUDIO_PARAM = cast(int, ...)
VIDEO_PARAM = cast(int, ...)
SUBTITLE_PARAM = cast(int, ...)
EXPORT = cast(int, ...)
READONLY = cast(int, ...)
FILTERING_PARAM = cast(int, ...)
class BaseOption:
name: str
help: str
flags: int
is_encoding_param: bool
is_decoding_param: bool
is_audio_param: bool
is_video_param: bool
is_subtitle_param: bool
is_export: bool
is_readonly: bool
is_filtering_param: bool
class Option(BaseOption):
type: OptionType
offset: int
default: int
min: int
max: int
class OptionChoice(BaseOption):
value: int

Xet Storage Details

Size:
1.31 kB
·
Xet hash:
a841eb473e6f473de104b21b384c778da34dce1e7b72d0e55117189f24dad22d

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