I am using effect to render subtitles, and the TextOverLay in OverlayShaderProgram can be hdr on any version, but it's parent class BitmapOverlay can be hdr only on api34+ ?
If i want to draw subtitles use CanvasOverlay (Subclass of Bitmap Overlay), what should i do?
And if i draw content on TexOverLay, what should I do?
Both of the two places, i don't want to interrupt the HDR or DV render, i don't want the video trans HDR to SDR.
Any ideas of this question?
I am using effect to render subtitles, and the TextOverLay in OverlayShaderProgram can be hdr on any version, but it's parent class BitmapOverlay can be hdr only on api34+ ?
If i want to draw subtitles use CanvasOverlay (Subclass of Bitmap Overlay), what should i do?
And if i draw content on TexOverLay, what should I do?
Both of the two places, i don't want to interrupt the HDR or DV render, i don't want the video trans HDR to SDR.
Any ideas of this question?