mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Shorten the player type
The string is truncated to 20 character in IMA. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=157122929
This commit is contained in:
parent
f8cbe53f20
commit
3daa7a084f
1 changed files with 1 additions and 2 deletions
|
|
@ -111,8 +111,7 @@ import java.util.List;
|
|||
*/
|
||||
private static final boolean ENABLE_PRELOADING = true;
|
||||
|
||||
private static final String IMA_SDK_SETTINGS_PLAYER_TYPE =
|
||||
"google/com.google.android.exoplayer2.ext.ima";
|
||||
private static final String IMA_SDK_SETTINGS_PLAYER_TYPE = "google/exo.ext.ima";
|
||||
private static final String IMA_SDK_SETTINGS_PLAYER_VERSION = ExoPlayerLibraryInfo.VERSION;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue