Click or drag to resize
Mp4FragmentWriter Class
Class that writes ISOBMFF. The class can be configured for several different specifications. Currently supported specifications are: ISO Fragmented MP4, Smooth Streaming and DASH. Selection of profile and other configuration options are found in MP4WriterConfiguration
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4Mp4FragmentWriter

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class Mp4FragmentWriter

The Mp4FragmentWriter type exposes the following members.

Constructors
  NameDescription
Public methodMp4FragmentWriter
Initializes a new instance of the Mp4FragmentWriter class
Top
Methods
  NameDescription
Public methodAddSample
Public methodCommitSamplesToTrun
Commits all added samples to a track run.
Public methodCreateZeroCopy
Creates a new instance of this object and copies all essential variables to the new instance.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also