generic ¶
Type Aliases:
Classes:
Attributes:
-
GenericVSFunction– -
HoldsPropValue–Types that can hold a vs.FrameProps.
-
HoldsVideoFormat–Types from which a clear VideoFormat can be retrieved.
-
VSFunction–Function that takes a VideoNode as its first argument and returns a VideoNode.
-
VideoFormatLike–Types representing a clear VideoFormat.
HoldsPropValue module-attribute ¶
HoldsPropValue = (
FrameProps
| VideoFrame
| AudioFrame
| VideoNode
| AudioNode
| Mapping[str, Any]
)
Types that can hold a vs.FrameProps.
HoldsVideoFormat module-attribute ¶
HoldsVideoFormat = VideoNode | VideoFrame | VideoFormat
Types from which a clear VideoFormat can be retrieved.
VSFunction module-attribute ¶
VSFunction = (
VSFunctionNoArgs | VSFunctionArgs | VSFunctionKwArgs | VSFunctionAllArgs
)
Function that takes a VideoNode as its first argument and returns a VideoNode.
VideoFormatLike module-attribute ¶
VideoFormatLike = PresetVideoFormat | VideoFormat
Types representing a clear VideoFormat.