Click or drag to resize
OnBeforeWriteArgsDirtyBox Property
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.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public Box DirtyBox { get; set; }

Property Value

Type: Box
The dirty box to be updated.
See Also