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.
Creates a new Builder by copying the settings from an existing VdoPlayerSetting.
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
open fun setPlaybackBehavior(vdoPlaybackMode: VdoPlayerSetting.VdoPlaybackMode): VdoPlayerSetting.Builder
Sets the playback behavior for the VdoPlayer.