Click or drag to resize
MPEG4Recorder Class
Inheritance Hierarchy
SystemObject
  Ozeki.MediaMPEG4Recorder

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MPEG4Recorder : IDisposable

The MPEG4Recorder type exposes the following members.

Constructors
  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
Methods
  NameDescription
Public methodDispose
Releases all resources used by the MPEG4Recorder
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the MPEG4Recorder and optionally releases the managed resources
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodMultiplex
Writes the actual multiplexed MP4 file from video and audio elementary streams in the background. This process takes some time. When multiplex has been finished, MultiplexFinished event will fired;
Top
Properties
Events
  NameDescription
Public eventMultiplexFinished
Event fired when Multiplex async method has been finished.
Top
See Also