Norsk logo Developer Documentation
  • Norsk Media Typescript SDK
  • Type Aliases
  • StreamSwitchSmoothPixelFormat
1.3.0-nightly-3b73a790 1.0.402 1.0.401 1.0.400

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";
StreamSwitchSmoothHardwareAcceleration SubscriptionError

The source code for this UI is licensed under the terms of the MPL-2.0 license.