Click or drag to resize
BoxFindChild Method (BoxType)
Finds a child of this item.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public Box FindChild(
	BoxType Element
)

Parameters

Element
Type: StreamCoders.Container.MP4BoxType
The element.

Return Value

Type: Box
The found child.
See Also