Package com.jwplayer.pub.api
Interface ExoPlayerSettings
-
public interface ExoPlayerSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenableChunkLessPreparation()com.google.android.exoplayer2.LoadControlgetLoadControl()booleanisChunkLessPreparationEnabled()voidsetLoadControl(com.google.android.exoplayer2.LoadControl loadControl)
-
-
-
Method Detail
-
setLoadControl
void setLoadControl(@Nullable com.google.android.exoplayer2.LoadControl loadControl)
-
getLoadControl
@NonNull com.google.android.exoplayer2.LoadControl getLoadControl()
-
enableChunkLessPreparation
void enableChunkLessPreparation()
-
isChunkLessPreparationEnabled
boolean isChunkLessPreparationEnabled()
-
-