Ozeki VoIP SDK Class library
MPEG4Recorder Constructor (path, videoStream, audioStream)
NamespacesOzeki.Media.MediaHandlers.VideoMPEG4RecorderMPEG4Recorder(String, Stream, Stream)
Initializes a new instance of the MPEG4Recorder class
Declaration Syntax
C#Visual BasicVisual C++
public MPEG4Recorder(
	string path,
	Stream videoStream,
	Stream audioStream
)
Public Sub New ( 
	path As String,
	videoStream As Stream,
	audioStream As Stream
)
public:
MPEG4Recorder(
	String^ path, 
	Stream^ videoStream, 
	Stream^ audioStream
)
Parameters
path (String)
videoStream (Stream)
audioStream (Stream)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290