You are here

public function BrightcovePlayerInterface::setWidth in Brightcove Video Connect 8.2

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

Sets the width of the player.

Parameters

float $width: The width of the player.

Return value

\Drupal\brightcove\BrightcovePlayerInterface The called Brightcove Player.

1 method overrides BrightcovePlayerInterface::setWidth()
BrightcovePlayer::setWidth in src/Entity/BrightcovePlayer.php
Sets the width of the player.

File

src/BrightcovePlayerInterface.php, line 87

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function setWidth($width);