Adds a child.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void AddChild(
Box box
)
Public Sub AddChild (
box As Box
)
public:
void AddChild(
Box^ box
)
member AddChild :
box : Box -> unit
Parameters
- box
- Type: StreamCoders.Container.MP4Box
The box.
See Also