StreamSwitchSmoothPixelFormat type
Output pixel formats a NorskControl.streamSwitchSmooth() can emit: planar YUV at 4:2:0 / 4:2:2 / 4:4:4, 8 or 10 bit.
Narrower than PixelFormat because the switch’s compose is shared with the nvidia and quadra backends, which support yuv420p only.
Signature:
export type StreamSwitchSmoothPixelFormat = "yuv420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le";