Click or drag to resize
OnBeforeWriteArgs Class
Contains members for Box.OnBeforeWrite event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    StreamCoders.Container.MP4OnBeforeWriteArgs

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

The OnBeforeWriteArgs type exposes the following members.

Constructors
  NameDescription
Public methodOnBeforeWriteArgs
Initializes a new instance of the OnBeforeWriteArgs class
Top
Properties
  NameDescription
Public propertyAbsolutePosition
Gets the absolute position in the output stream.
Public propertyDirtyBox
If the event receiver modifies a boxes, this member indicates the top-level box that needs to be updated for consistency against the output stream.
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

Reference

SystemEventArgs