StreamSwitchSmoothHardwareAcceleration type

Signature:

export declare type StreamSwitchSmoothHardwareAcceleration =
/**
 * Use the quadra overlay functionality to perform the compose
 */
"quadra"
/**
 * Use an nvidia CUDA kernel to perform the compose
 */
 | "nvidia";