Package 

Interface PlaybackSettings

  • All Implemented Interfaces:

    
    public interface PlaybackSettings
    
                        

    The playback settings.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void useFastStartup(boolean useFastStartup) The player starts the playback as soon as the first video data is available related to the initial playback position.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • useFastStartup

         abstract void useFastStartup(boolean useFastStartup)

        The player starts the playback as soon as the first video data is available related to the initial playback position.

        • Using this feature will sacrifice the accuracy of the initial seek position
        • This API is in an experimental stage and may be subject to breaking changes.
        • Only available with Unified Android.
        Parameters:
        useFastStartup - Whether fast startup is enabled.