SetFrameDimensions Data Member Function

Sets the width and height used to display the video.

Prototype

int32 SetFrameDimensions( int32 p_nWidth, int32 p_nHeight )

Parameters

Parameter Type Parameter Name Documentation
int32p_nWidthThe width of the video frame.
int32p_nHeightThe height of the video frame.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.