Click or drag to resize
VideoQualityConverterConvertToBitsPerPixel Method
Gets the bits per pixel value for the video quality.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static double ConvertToBitsPerPixel(
	this VideoQuality quality
)

Parameters

quality
Type: Ozeki.MediaVideoQuality

Return Value

Type: Double

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. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also