Ozeki VoIP SDK Class library
ConvertToBitrate Method (quality, width, height, frameRate)
NamespacesOzeki.Media.VideoVideoQualityConverterConvertToBitrate(VideoQuality, Int32, Int32, Double)
Gets the bitrate value for the video quality.
Declaration Syntax
C#Visual BasicVisual C++
public static int ConvertToBitrate(
	this VideoQuality quality,
	int width,
	int height,
	double frameRate
)
<ExtensionAttribute> 
Public Shared Function ConvertToBitrate ( 
	quality As VideoQuality,
	width As Integer,
	height As Integer,
	frameRate As Double
) As Integer
public:
[ExtensionAttribute]
static int ConvertToBitrate(
	VideoQuality quality, 
	int width, 
	int height, 
	double frameRate
)
Parameters
quality (VideoQuality)
width (Int32)
height (Int32)
frameRate (Double)
Return Value
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type VideoQuality. When you use instance method syntax to call this method, omit the first parameter.

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