Interface ExoPlayerSettings


  • public interface ExoPlayerSettings
    • 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()