Builder

class Builder

Builder class for constructing a VdoPlayerSetting instance.

Allows for customization of various playback settings before creating an immutable VdoPlayerSetting object.

Constructors

Link copied to clipboard
constructor()
Creates a new Builder with default settings.
constructor(vdoPlayerSetting: VdoPlayerSetting)
Creates a new Builder by copying the settings from an existing VdoPlayerSetting.

Properties

Link copied to clipboard
Link copied to clipboard
open var maxBufferMs: Int

Functions

Link copied to clipboard
Builds and returns a VdoPlayerSetting instance with the current settings.
Link copied to clipboard
Sets the location where downloads will be stored.
Link copied to clipboard
Sets the maximum buffer size in milliseconds.
Link copied to clipboard
Sets the playback behavior for the VdoPlayer.