You are here

public function BrightcovePlayerInterface::setAdjusted in Brightcove Video Connect 8.2

Same name and namespace in other branches
  1. 8 src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::setAdjusted()
  2. 3.x src/BrightcovePlayerInterface.php \Drupal\brightcove\BrightcovePlayerInterface::setAdjusted()

Sets the Player as adjusted.

Parameters

bool|null $adjusted: TRUE or FALSE whether the player is adjusted or not, or NULL to unset the value.

Return value

\Drupal\brightcove\BrightcovePlayerInterface The called Brightcove Player.

1 method overrides BrightcovePlayerInterface::setAdjusted()
BrightcovePlayer::setAdjusted in src/Entity/BrightcovePlayer.php
Sets the Player as adjusted.

File

src/BrightcovePlayerInterface.php, line 49

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function setAdjusted($adjusted);