castcompanionlibrary

Android Chromecast Companion Library - set TextTrackStyle error 2103

你。 提交于 2020-01-07 03:51:08
问题 I'm using CastCompanionLibrary-Android and I'm trying to set custom TextTrackStyle for the captions. I'm setting this TexTextStyle to the MediaInfo while I'm creating it: // set CC style TextTrackStyle textTrackStyle = new TextTrackStyle(); textTrackStyle.setBackgroundColor(Color.parseColor("#FFFFFF")); textTrackStyle.setForegroundColor(ContextCompat.getColor(mContext, R.color.blue)); MediaInfo mediaInfo = new MediaInfo.Builder(url) .setStreamDuration(movieVideoItem.getDuration())