Skip to content

builtins

F_VD module-attribute

F_VD = TypeVar('F_VD', bound=Callable[..., VideoNode])

FrameRange module-attribute

FrameRange: TypeAlias = SoftRange

FrameRangeN module-attribute

FrameRangeN: TypeAlias = SoftRangeN

FrameRangesN module-attribute

FrameRangesN: TypeAlias = SoftRangesN

PlanesT module-attribute

PlanesT: TypeAlias = int | Sequence[int] | None

VideoNodeIterable module-attribute

VideoNodeIterable: TypeAlias = (
    VideoNode
    | Iterable[VideoNode | Iterable[VideoNode]]
    | Iterable[VideoNode | Iterable[VideoNode | Iterable[VideoNode]]]
)