You are here

public function BrightcovePlayerInterface::getWidth in Brightcove Video Connect 8

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

Returns the width of the player.

Return value

float The width of the player.

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

File

src/BrightcovePlayerInterface.php, line 76

Class

BrightcovePlayerInterface
Provides an interface for defining Brightcove Player.

Namespace

Drupal\brightcove

Code

public function getWidth();