Click or drag to resize

MPEG4Writer Constructor

Initializes a new instance of the MPEG4Writer class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public MPEG4Writer(
	string path,
	AudioFormat audioInfo,
	VideoFormat videoInfo,
	double frameRate = 0
)

Parameters

path
Type: SystemString
audioInfo
Type: AudioFormat
videoInfo
Type: VideoFormat
frameRate (Optional)
Type: SystemDouble
See Also