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()

返回视频的初始静音状态。