GoLang SWFVideoStream::setDimension

request it (213)
GoLang replacement for PHP's SWFVideoStream::setDimension [edit | history]



Do you know a GoLang replacement for PHP's SWFVideoStream::setDimension? Write it!

PHP SWFVideoStream::setDimension

PHP original manual for SWFVideoStream::setDimension [ show | php.net ]

SWFVideoStream::setDimension

(PHP 5.0.5-5.3.0, PHP 7, PECL ming SVN)

SWFVideoStream::setDimensionSets video dimension

Description

void SWFVideoStream::setDimension ( int $x , int $y )

Sets the width and height for streamed videos.

Parameters

x

Width in pixels.

y

Height in pixels.

Return Values

No value is returned.