Click or drag to resize
H264VideoFormatModify Method
Copies the current VideoFormat based on the current VideoFormat with modified parameters.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public override VideoFormat Modify(
	Resolution resolution,
	double framerate,
	int bitrate
)

Parameters

resolution
Type: Ozeki.MediaResolution
framerate
Type: SystemDouble
bitrate
Type: SystemInt32

Return Value

Type: VideoFormat
See Also