Class VdoPlayerSetting

  • All Implemented Interfaces:

    
    public final class VdoPlayerSetting
    extends VdoPlayerSettingInternal
                        

    VdoPlayerSetting is a configuration class for setting up playback behavior in a VdoPlayer. It provides various options for customizing the player's behavior, such as playback mode, buffer settings, and download location.

    This class is immutable and can be built using the Builder class.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void applySettings(Context context) Applies the current settings to the specified context.
      • Methods inherited from class java.lang.Object

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

      • VdoPlayerSetting

        VdoPlayerSetting(VdoPlayerSetting.Builder builder)
        Constructs a VdoPlayerSetting with the specified builder.
        Parameters:
        builder - The Builder object containing the desired settings.
    • Method Detail

      • applySettings

         void applySettings(Context context)

        Applies the current settings to the specified context.

        Parameters:
        context - The context in which to apply the settings.