Ozeki VoIP SDK Class library
VideoFormat Constructor (width, height, frameRate)
NamespacesOzeki.VoIP.MediaVideoFormatVideoFormat(Int32, Int32, Double)
Initializes a new instance of the VideoFormat class.
Declaration Syntax
C#Visual BasicVisual C++
public VideoFormat(
	int width,
	int height,
	double frameRate
)
Public Sub New ( 
	width As Integer,
	height As Integer,
	frameRate As Double
)
public:
VideoFormat(
	int width, 
	int height, 
	double frameRate
)
Parameters
width (Int32)
Number of the horizonal pixels
height (Int32)
Number of the vertical pixels
frameRate (Double)
Frame rate.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649