Skip to content

AdVideoOptions

The AdVideoOptions class configures playback behavior for video elements loaded inside native template ads.

Properties

click_to_expand_requested / ClickToExpandRequested

Whether users can click to expand video content to full-screen.

var click_to_expand_requested: bool
public bool ClickToExpandRequested { get; set; }

custom_controls_requested / CustomControlsRequested

Whether custom media controls are requested for the video player.

var custom_controls_requested: bool
public bool CustomControlsRequested { get; set; }

start_muted / StartMuted

Whether video media elements should start playback in a muted state.

var start_muted: bool
public bool StartMuted { get; set; }