We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All

VideoConfiguration.Builder

Class Info

public static final class VideoConfiguration.Builder extends Object

Video configuration builder.

Public Constructor Summary

Constructor

Builder()

Constructs a video configuration builder.

Public Method Summary

Qualifier and Type

Method Name and Description

VideoConfiguration

build()

Builds a VideoConfiguration object with specified attributes.

VideoConfiguration.Builder

setAudioFocusType(int audioFocusType)

Sets the audio focus type.

VideoConfiguration.Builder

setClickToFullScreenRequested(boolean clickToFullScreenRequested)

Sets whether a video ad can be displayed in full-screen mode upon a click.

VideoConfiguration.Builder

setCustomizeOperateRequested(boolean customizeOperateRequested)

Sets whether a custom player control is used for a video ad.

VideoConfiguration.Builder

setStartMuted(boolean startMuted)

Sets whether to mute a video initially.

Public Constructors

Builder

Constructor

public Builder()

Constructs a video configuration builder.

Public Methods

build

Method

public final VideoConfiguration build()

Builds a VideoConfiguration object with specified attributes.

Returns

Type

Description

VideoConfiguration

Video configuration.

setAudioFocusType

Method

public VideoConfiguration.Builder setAudioFocusType(int audioFocusType)

Sets the audio focus type.

Parameters

Name

Description

audioFocusType

Audio focus type. The options are as follows:

Returns

Type

Description

VideoConfiguration.Builder

Video configuration builder object.

setClickToFullScreenRequested

Method

public VideoConfiguration.Builder setClickToFullScreenRequested(boolean clickToFullScreenRequested)

Sets whether a video ad can be displayed in full-screen mode upon a click.

Parameters

Name

Description

clickToFullScreenRequested

Indicates whether a video ad can be displayed in full-screen mode upon a click.

  • true: yes
  • false: no

Returns

Type

Description

VideoConfiguration.Builder

Video configuration builder object.

setCustomizeOperateRequested

Method

public VideoConfiguration.Builder setCustomizeOperateRequested(boolean customizeOperateRequested)

Sets whether a custom player control is used for a video ad.

After the setting, you can call the VideoConfiguration.isCustomizeOperateRequested() method for verification. Then you can call VideoOperator.play(), VideoOperator.pause(), and VideoOperator.mute(boolean) to control video ad playback.

Parameters

Name

Description

customizeOperateRequested

Indicates whether to request a custom player control.

Returns

Type

Description

VideoConfiguration.Builder

Video configuration builder object.

setStartMuted

Method

public VideoConfiguration.Builder setStartMuted(boolean startMuted)

Sets whether to mute a video initially.

Parameters

Name

Description

startMuted

Indicates whether to mute a video initially.

Returns

Type

Description

VideoConfiguration.Builder

Video configuration builder object.

Search
Enter a keyword.