Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始为 Roku 使用 simpleVideoPlayer 开发 brightscript,当视频全屏显示时,如何添加文本叠加层或图像画布?非常感谢。
如果您使用 roVideoPlayer(而不是 roVideoScreen),您可以在顶部放置一个 roImageCanvas:
http://sdkdocs.roku.com/display/sdkdoc/roVideoPlayer
不知道现在回答是否为时已晚,但我之前已经处理过这个问题。
当同时使用 roVideoPlayer 和 roImageCanvas 时,roVideoPlayer 会呈现在图像画布下方(第 0 层下方)。因此,如果您的图像画布有一些透明层,则 roVideoPlayer 应该显示出来。
如果我还不算太晚,希望这会有所帮助。