Skip to content

TVideoRendererPriority

type

TVideoRendererPriority = (vrp_Speed, vrp_Quality, vrp_Auto);

TVideoRendererPriority = (vrp_Speed, vrp_Quality, vrp_Auto);

Value Description
vrp_Speed favors performance and smoothness. The video quality may be lower especially when the video window is downsized.
vrp_Quality favors video quality. Requires more CPU.
vrp_Auto vrp_Speed or vrp_Quality is selected automatically depending on the context.