Click or drag to resize
MPEG4Writer Constructor
Initializes a new instance of the MPEG4Writer class

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

Parameters

path
Type: SystemString
audioInfo
Type: Ozeki.MediaAudioFormat
videoInfo
Type: Ozeki.MediaVideoFormat
frameRate (Optional)
Type: SystemDouble
See Also