MPEG4Recorder Constructor (String) |
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.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public MPEG4Recorder(
string path
)
Public Sub New (
path As String
)
public:
MPEG4Recorder(
String^ path
)
new :
path : string -> MPEG4Recorder
Parameters
- path
- Type: SystemString
Path to MP4 file to write.
See Also