Click or drag to resize

MPEG4Recorder(String, Stream, Stream) Constructor

Initializes a new instance of the MPEG4Recorder class

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public MPEG4Recorder(
	string path,
	Stream videoStream,
	Stream audioStream
)

Parameters

path  String
 
videoStream  Stream
 
audioStream  Stream
 
See Also