Click or drag to resize

MPEG4Recorder Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaMPEG4Recorder

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

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
Properties
Methods
 NameDescription
Public methodDisposeReleases 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
Events
 NameDescription
Public eventMultiplexFinished Event fired when Multiplex async method has been finished.
Top
See Also