Gets the bitrate value for the video quality.

C# | Visual Basic | Visual 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 )



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