Click or drag to resize
MPEG4Recorder Constructor
Overload List
  NameDescription
Public methodMPEG4Recorder(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.
Public methodMPEG4Recorder(String, Stream, Stream)
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.
Top
See Also