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.4.54.0
Syntax
public MPEG4Writer(
	string path,
	AudioFormat audioInfo,
	VideoFormat videoInfo,
	double frameRate = 0
)

Parameters

path  String
 
audioInfo  AudioFormat
 
videoInfo  VideoFormat
 
frameRate  Double  (Optional)
 
See Also