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.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic Box DirtyBox { get; set; }
Public Property DirtyBox As Box
Get
Set
public:
property Box^ DirtyBox {
Box^ get ();
void set (Box^ value);
}
member DirtyBox : Box with get, set
Property Value
Type:
Box
The dirty box to be updated.
See Also