Click or drag to resize
VideoFormat Constructor (VideoType)
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
)

Parameters

codecType
Type: Ozeki.MediaVideoType
The type of the video.
See Also