Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 

NAME
SWFVideoStream_setDimension - sets video dimension
SYNOPSIS
#include <ming.h>
void SWFVideoStream_setDimension
(
SWFVideoStream stream,
int width,
int height
);
PARAMETERS
SWFVideoStream stream
Stream object.
int width
Width in px.
int height
Height in px.
DESCRIPTION
This function set width and height for streamed videos Works only _streamed_ videos (progressive download
or rtmp).
c2man videostream.c 23 July 2008 SWFVideoStream_setDimension(3)