public static final class

VideoOptions.Builder

extends Object
java.lang.Object
   ↳ com.google.android.gms.ads.VideoOptions.Builder

Class Overview

Builder for VideoOptions.

Summary

Public Constructors
VideoOptions.Builder()
Public Methods
VideoOptions build()
Constructs a VideoOptions object with the specified attributes.
VideoOptions.Builder setStartMuted(boolean startMuted)
Sets the initial mute state of the video.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VideoOptions.Builder ()

Public Methods

public VideoOptions build ()

Constructs a VideoOptions object with the specified attributes.

Returns
VideoOptions

public VideoOptions.Builder setStartMuted (boolean startMuted)

Sets the initial mute state of the video.

Parameters
startMuted boolean
Returns
VideoOptions.Builder