TVideoRendererPriority
Type of the VideoRendererPriority property
Description
TVideoRendererPriority = (vrp_Speed, vrp_Quality, vrp_Auto);
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.