Home > PHP > Function > > SWFVideoStream->setDimension()

SWFVideoStream->setDimension()

SWFVideoStream->setDimension - Sets video dimension

Syntax

void SWFVideoStream->setDimension (int $x, int $y)

Arguments

  • x - Width in pixels.
  • y - Height in pixels.

Description

Sets the width and height for streamed videos.

Version

PHP 5.0.5-5.3.0, PECL ming SVN

Return value

No value is returned.