VideoOptions

public final class VideoOptions


在支援的廣告格式 (例如原生快速廣告) 中,控制影片播放的選項。

摘要

巢狀型別

public final class VideoOptions.Builder

VideoOptions 的建構工具。

公開欄位

final boolean
final boolean
final boolean

公用方法

boolean

如果要求點選展開行為,則傳回 true。

boolean

如果要求自訂影片控制項,則傳回 true。

boolean

傳回影片的初始靜音狀態。

公開欄位

clickToExpandRequested

public final boolean clickToExpandRequested

customControlsRequested

public final boolean customControlsRequested

startMuted

public final boolean startMuted

公用方法

getClickToExpandRequested

public boolean getClickToExpandRequested()

如果要求點選展開行為,則傳回 true。

getCustomControlsRequested

public boolean getCustomControlsRequested()

如果要求自訂影片控制項,則傳回 true。

getStartMuted

public boolean getStartMuted()

傳回影片的初始靜音狀態。