我希望使用自定义应用程序框架来实现我的接收器应用程序。但是,我注意到可用的自定义选项似乎只是一种风格增强的媒体接收器。参照此处的表格:
https://developers.google.com/cast/docs/caf_receiver/customize_ui
例如,如果我想将缓冲图像移动到屏幕中央,那么CAF是否可以使用这种自定义类型?如果没有,对于这种类型的定制我有哪些选择?
body {
--playback-logo-image: url('http://some/image.png');
}
cast-media-player {
--theme-hue: 100;
--buffering-image: url('http://some/Bufferimage.png');
}