VdoPlayerSetting

class VdoPlayerSetting : 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.

Constructors

Link copied to clipboard
constructor(builder: VdoPlayerSetting.Builder)
Constructs a VdoPlayerSetting with the specified builder.

Types

Link copied to clipboard
class Builder
Builder class for constructing a VdoPlayerSetting instance.
Link copied to clipboard
The different playback modes, each providing a different level of persistence.

Functions

Link copied to clipboard
open fun applySettings(context: Context)
Applies the current settings to the specified context.