When the frame rate of a video doesn’t match the refresh rate of the display,
users can experience unpleasant motion judder artifacts from frame rate
conversion. This is especially visible during slow panning shots. For this
reason, it’s important to use the
SurfaceControl.Transaction.setFrameRate()
API to notify the framework about the frame rate of the content and to signal
whether the video content is eligible for a non-seamless
frame rate switch.
For more information, read the frame rate guide.