Click or drag to resize
VideoFormat Constructor (VideoType, Resolution, PixelFormat)
Initializes a new instance of the VideoFormat class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public VideoFormat(
	VideoType codecType,
	Resolution resolution,
	PixelFormat pixelFormat = PixelFormat.Format24bppRgb
)

Parameters

codecType
Type: Ozeki.MediaVideoType
The type of the video.
resolution
Type: Ozeki.MediaResolution
The resolution of the video.
pixelFormat (Optional)
Type: System.Drawing.ImagingPixelFormat
the pixel format of the image. This is used only if the CodecType is Uncompressed because it describes bitmap image formats.
See Also