Last active
January 7, 2019 13:16
-
-
Save michael-riha/660192bd22b6b2e697cb92eed1ba41af to your computer and use it in GitHub Desktop.
Add a custom GUI to the Bitmovin Android SDK - https://github.com/bitmovin/bitmovin-player-android-samples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//snippet from: https://github.com/bitmovin/bitmovin-player-android-samples/blob/5f0719f954e4ce8faee1bb290bed715a7ae1b935/BasicPlaybackTV/src/main/java/com/bitmovin/samples/tv/playback/basic/MainActivity.java#L64-L68 | |
playerConfiguration.getStyleConfiguration().setPlayerUiJs("file:///android_asset/bitmovinplayer-ui.js"); | |
// JS File can be found -> https://github.com/bitmovin/bitmovin-player-android-samples/tree/5f0719f954e4ce8faee1bb290bed715a7ae1b935/BasicPlaybackTV/src/main/assets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment