Click or drag to resize

MPEG4Recorder(String) Constructor

Initialize an MPEG4 recorder, which will mux the data from connected audio and video handlers to an MP4 audio/video file. The actual file write will be done when Multiplex() is called.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public MPEG4Recorder(
	string path
)

Parameters

path  String
Path to MP4 file to write.
See Also