Click or drag to resize
BoxAddChild Method
Adds a child.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void AddChild(
	Box box
)

Parameters

box
Type: StreamCoders.Container.MP4Box
The box.
See Also